Minor cleanup

This commit is contained in:
John O'Nolan
2017-06-13 19:07:26 +01:00
parent eeb8b248ca
commit 19a8b85aac
3 changed files with 9 additions and 14 deletions

View File

@@ -1,10 +1,8 @@
{{!< default}}
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{!-- The big featured header --}}
{{!-- Everything inside the #author tags pulls data from the author --}}
{{#author}}
{{!-- Everything inside the #author tags pulls data from the author --}}
<header class="site-header outer {{#if cover_image}}" style="background-image: url({{cover_image}}){{else}}no-cover{{/if}}">
<div class="inner">
{{> "site-nav"}}
@@ -39,18 +37,14 @@
</header>
{{/author}}
{{!-- The main content area on the homepage --}}
{{!-- The main content area --}}
<main class="content" role="main">
<div class="inner">
<div class="post-feed">
{{#foreach posts}}
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
{{> "post-card"}}
{{/foreach}}
</div>
</div>
</main>