You've already forked Ghost-Theme-Casper
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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{!< default}}
|
||||
<section class="content">
|
||||
{{#post}}
|
||||
{{> featured}}
|
||||
{{> full-post}}
|
||||
{{/post}}
|
||||
</section>
|
||||
Reference in New Issue
Block a user