Skip to content

Commit

Permalink
Fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesigner committed Oct 6, 2019
1 parent df067a8 commit ca37e28
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion author.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ into the {body} of the default.hbs template --}}
</ul>
</div>
</div>
</header>
</section>
{{/author}}

<main>
Expand Down
2 changes: 1 addition & 1 deletion index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion page-authors.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions partials/hero.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ca37e28

Please sign in to comment.