Fix typos

This commit is contained in:
Eduardo 2019-10-27 17:57:53 +01:00
parent 00e5efb088
commit ab6dd22b97
8 changed files with 8 additions and 8 deletions

View file

@ -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}}

View file

@ -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 = {

View file

@ -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">

View file

@ -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}}

View file

@ -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}}

View file

@ -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}}

View file

@ -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}}

View file

@ -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}}