Vivid-Casper/single.hbs
cobbspur 0a7f8ea03a closes #1 - removing featured
- changed post.hbs to list-post.hbs and refactored code
- changed featured.hbs to full-post.hbs and refactored code
- index.hbs now selects first post and extends full-post then list-post on remaining posts
- single.hbs now extends full-post
2013-06-16 15:54:30 +01:00

6 lines
103 B
Handlebars

{{!< default}}
<section class="content">
{{#post}}
{{> full-post}}
{{/post}}
</section>