Fix typos
This commit is contained in:
parent
00e5efb088
commit
ab6dd22b97
|
@ -9,7 +9,7 @@ into the {body} of the default.hbs template --}}
|
||||||
<div class="main-wrap">
|
<div class="main-wrap">
|
||||||
{{!-- Everything inside the #author tags pulls data from the author --}}
|
{{!-- Everything inside the #author tags pulls data from the author --}}
|
||||||
{{#author}}
|
{{#author}}
|
||||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||||
{{> header background=cover_image}}
|
{{> header background=cover_image}}
|
||||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||||
{{> hero background=cover_image}}
|
{{> hero background=cover_image}}
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
// @license-end
|
// @license-end
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{{!-- This script loads the Google fornt asynchronously --}}
|
{{!-- This script loads the Google font asynchronously --}}
|
||||||
<script>
|
<script>
|
||||||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
|
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
|
||||||
WebFontConfig = {
|
WebFontConfig = {
|
||||||
|
|
|
@ -6,7 +6,7 @@ This error template is used for all 404 errors, which might occur on your site.
|
||||||
into the {body} of the default.hbs template --}}
|
into the {body} of the default.hbs template --}}
|
||||||
{{!< default}}
|
{{!< default}}
|
||||||
|
|
||||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||||
{{> header}}
|
{{> header}}
|
||||||
|
|
||||||
<main class="l-fullscreen">
|
<main class="l-fullscreen">
|
||||||
|
|
|
@ -8,7 +8,7 @@ into the {body} of the default.hbs template --}}
|
||||||
{{!< default}}
|
{{!< default}}
|
||||||
|
|
||||||
<div class="main-wrap">
|
<div class="main-wrap">
|
||||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||||
{{> header background=@site.cover_image}}
|
{{> header background=@site.cover_image}}
|
||||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||||
{{> hero background=@site.cover_image}}
|
{{> hero background=@site.cover_image}}
|
||||||
|
|
|
@ -9,7 +9,7 @@ into the {body} of the default.hbs template --}}
|
||||||
|
|
||||||
{{#post}}
|
{{#post}}
|
||||||
<div class="main-wrap">
|
<div class="main-wrap">
|
||||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||||
{{> header background=feature_image}}
|
{{> header background=feature_image}}
|
||||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||||
{{> hero background=feature_image}}
|
{{> hero background=feature_image}}
|
||||||
|
|
2
page.hbs
2
page.hbs
|
@ -9,7 +9,7 @@ into the {body} of the default.hbs template --}}
|
||||||
{{!-- Everything inside the #post tags pulls data from the post --}}
|
{{!-- Everything inside the #post tags pulls data from the post --}}
|
||||||
{{#post}}
|
{{#post}}
|
||||||
<div class="main-wrap">
|
<div class="main-wrap">
|
||||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||||
{{> header background=feature_image}}
|
{{> header background=feature_image}}
|
||||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||||
{{> hero background=feature_image}}
|
{{> hero background=feature_image}}
|
||||||
|
|
2
post.hbs
2
post.hbs
|
@ -9,7 +9,7 @@ into the {body} of the default.hbs template --}}
|
||||||
<div class="main-wrap">
|
<div class="main-wrap">
|
||||||
{{!-- Everything inside the #post tags pulls data from the post --}}
|
{{!-- Everything inside the #post tags pulls data from the post --}}
|
||||||
{{#post}}
|
{{#post}}
|
||||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||||
{{> header background=feature_image}}
|
{{> header background=feature_image}}
|
||||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||||
{{> hero background=feature_image}}
|
{{> hero background=feature_image}}
|
||||||
|
|
2
tag.hbs
2
tag.hbs
|
@ -9,7 +9,7 @@ into the {body} of the default.hbs template --}}
|
||||||
<div class="main-wrap">
|
<div class="main-wrap">
|
||||||
{{!-- Everything inside the #tag tags pulls data from the tag --}}
|
{{!-- Everything inside the #tag tags pulls data from the tag --}}
|
||||||
{{#tag}}
|
{{#tag}}
|
||||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||||
{{> header background=feature_image}}
|
{{> header background=feature_image}}
|
||||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||||
{{> hero background=feature_image}}
|
{{> hero background=feature_image}}
|
||||||
|
|
Loading…
Reference in a new issue