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:
6
partials/list-post.hbs
Normal file
6
partials/list-post.hbs
Normal file
@@ -0,0 +1,6 @@
|
||||
<li class="wrap">
|
||||
<article class="post type-post status-publish format-standard hentry">
|
||||
<h2 class="entry-title"><a href="/{{slug}}" rel="bookmark">{{title}}</a></h2>
|
||||
<time class="updated" datetime="2012-05-03">{{dateFormat created_at format="MMMM DD, YYYY"}}</time>
|
||||
</article>
|
||||
</li>
|
||||
Reference in New Issue
Block a user