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">
|
||||
{{!-- Everything inside the #author tags pulls data from the author --}}
|
||||
{{#author}}
|
||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
||||
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||
{{> header background=cover_image}}
|
||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||
{{> hero background=cover_image}}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
// @license-end
|
||||
</script>
|
||||
|
||||
{{!-- This script loads the Google fornt asynchronously --}}
|
||||
{{!-- This script loads the Google font asynchronously --}}
|
||||
<script>
|
||||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
|
||||
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 --}}
|
||||
{{!< default}}
|
||||
|
||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
||||
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||
{{> header}}
|
||||
|
||||
<main class="l-fullscreen">
|
||||
|
|
|
@ -8,7 +8,7 @@ into the {body} of the default.hbs template --}}
|
|||
{{!< default}}
|
||||
|
||||
<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}}
|
||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||
{{> hero background=@site.cover_image}}
|
||||
|
|
|
@ -9,7 +9,7 @@ into the {body} of the default.hbs template --}}
|
|||
|
||||
{{#post}}
|
||||
<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}}
|
||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||
{{> 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 --}}
|
||||
{{#post}}
|
||||
<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}}
|
||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||
{{> 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">
|
||||
{{!-- Everything inside the #post tags pulls data from the post --}}
|
||||
{{#post}}
|
||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
||||
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||
{{> header background=feature_image}}
|
||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||
{{> 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">
|
||||
{{!-- Everything inside the #tag tags pulls data from the tag --}}
|
||||
{{#tag}}
|
||||
{{!--Special header.hbs partial to generate the <header> tag--}}
|
||||
{{!-- Special header.hbs partial to generate the <header> tag --}}
|
||||
{{> header background=feature_image}}
|
||||
{{!-- Inject styles of the hero image to make it responsive --}}
|
||||
{{> hero background=feature_image}}
|
||||
|
|
Loading…
Reference in a new issue