mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
15 lines
534 B
Handlebars
15 lines
534 B
Handlebars
{{!< default}}
|
|
<section class="content">
|
|
<ul class="hfeed">
|
|
{{#foreach posts}}
|
|
<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>
|
|
{{/foreach}}
|
|
</ul>
|
|
{{pagination}}
|
|
</section>
|