mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-11-04 20:36:33 +00:00
0fc57a0bd0
- replaces created_at with publish_at in full-post.hbs and list-post.hbs
6 lines
309 B
Handlebars
6 lines
309 B
Handlebars
<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 published_at format="MMMM DD, YYYY"}}</time>
|
|
</article>
|
|
</li> |