Fix #60
This commit is contained in:
parent
df067a8a93
commit
ca37e2886c
|
@ -60,7 +60,7 @@ into the {body} of the default.hbs template --}}
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</section>
|
||||
{{/author}}
|
||||
|
||||
<main>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
2
page.hbs
2
page.hbs
|
@ -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">
|
||||
|
|
|
@ -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}}
|
||||
|
|
2
post.hbs
2
post.hbs
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue