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> </ul>
</div> </div>
</div> </div>
</header> </section>
{{/author}} {{/author}}
<main> <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> <a href="{{@site.url}}/subscribe" class="m-button filled">{{t "Subscribe"}}</a>
{{/if}} {{/if}}
</div> </div>
</header> </section>
<main> <main>
<div class="l-content"> <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> <p class="m-hero-description">{{custom_excerpt}}</p>
{{/if}} {{/if}}
</div> </div>
</header> </section>
<main> <main>
<div class="l-content"> <div class="l-content">
<div class="l-wrapper" data-aos="fade-up" data-aos-delay="300"> <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> <p class="m-hero-description">{{custom_excerpt}}</p>
{{/if}} {{/if}}
</div> </div>
</header> </section>
<main> <main>
<article> <article>
<div class="l-content"> <div class="l-content">

View file

@ -24,8 +24,8 @@ for it, and apply those styles to the <header> tag.
</style> </style>
{{/contentFor}} {{/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> <div class="m-hero__picture in-post {{#is "post"}}in-post{{/is}}"></div>
{{else}} {{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}} {{/if}}

View file

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