Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
add class to section
Browse files Browse the repository at this point in the history
  • Loading branch information
seanoldham committed Jun 11, 2014
1 parent dd94fc8 commit a54c7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<h5><a href="{{url}}">Read more <i class="fa fa-caret-right"></i></a></h5>
</section>
<!-- Uncomment this section (and comment out the section with {{excerpt}} ) if you want syntax highlighting on your index page.
<section>
<section class="posts">
{{content}}
</section>
-->
</article>
{{/foreach}}
{{pagination}}
</main>
</main>

0 comments on commit a54c7ce

Please sign in to comment.