Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Update to include separate pages from template data.
Browse files Browse the repository at this point in the history
  • Loading branch information
ducksoupdev committed Feb 22, 2015
1 parent 783df2f commit eac9826
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/templates/partials/loop.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{{#each pages}}
<div class="blog-post">
<h2 class="blog-post-title"><a href="{{url}}">{{title}}</a></h2>
<p>{{{excerpt characters=230}}}...</p>
</div>
{{/each}}
{{#each posts}}
<div class="blog-post">
<h2 class="blog-post-title"><a href="{{url}}">{{title}}</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion tools

0 comments on commit eac9826

Please sign in to comment.