mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-11-04 20:36:33 +00:00
0a7f8ea03a
- 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
6 lines
103 B
Handlebars
6 lines
103 B
Handlebars
{{!< default}}
|
|
<section class="content">
|
|
{{#post}}
|
|
{{> full-post}}
|
|
{{/post}}
|
|
</section> |