This commit is contained in:
Eduardo 2019-10-06 16:14:16 +02:00
parent df067a8a93
commit ca37e2886c
7 changed files with 8 additions and 8 deletions

View file

@ -60,7 +60,7 @@ into the {body} of the default.hbs template --}}
</ul>
</div>
</div>
</header>
</section>
{{/author}}
<main>

View file

@ -21,7 +21,7 @@ into the {body} of the default.hbs template --}}
<a href="{{@site.url}}/subscribe" class="m-button filled">{{t "Subscribe"}}</a>
{{/if}}
</div>
</header>
</section>
<main>
<div class="l-content">

View file

@ -19,7 +19,7 @@ into the {body} of the default.hbs template --}}
<p class="m-hero-description">{{custom_excerpt}}</p>
{{/if}}
</div>
</header>
</section>
<main>
<div class="l-content">
<div class="l-wrapper" data-aos="fade-up" data-aos-delay="300">

View file

@ -19,7 +19,7 @@ into the {body} of the default.hbs template --}}
<p class="m-hero-description">{{custom_excerpt}}</p>
{{/if}}
</div>
</header>
</section>
<main>
<article>
<div class="l-content">

View file

@ -24,8 +24,8 @@ for it, and apply those styles to the <header> tag.
</style>
{{/contentFor}}
<header class="m-hero with-picture" data-aos="fade">
<section class="m-hero with-picture" data-aos="fade">
<div class="m-hero__picture in-post {{#is "post"}}in-post{{/is}}"></div>
{{else}}
<header class="m-hero no-picture {{#is "post"}}in-post{{/is}}" data-aos="fade">
<section class="m-hero no-picture {{#is "post"}}in-post{{/is}}" data-aos="fade">
{{/if}}

View file

@ -13,7 +13,7 @@ into the {body} of the default.hbs template --}}
{{> header background=feature_image}}
{{!-- Inject styles of the hero image to make it responsive --}}
{{> hero background=feature_image}}
</header>
</section>
{{/post}}
<main>

View file

@ -19,7 +19,7 @@ into the {body} of the default.hbs template --}}
{{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}} {{t "with this tag"}}
</p>
</div>
</header>
</section>
{{/tag}}
<main>