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

@@ -23,15 +23,11 @@
{{!-- The main content area --}}
<main id="site-main" class="site-main outer" 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>