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