mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-02 01:47:37 +00:00
Cleaning
This commit is contained in:

committed by
Hannah Wolfe

parent
2d5ce92bab
commit
61a960d03f
12
index.hbs
12
index.hbs
@ -1,14 +1,18 @@
|
||||
{{!< default}}
|
||||
<section class="content">
|
||||
<main class="content" role="main">
|
||||
<ul class="hfeed">
|
||||
|
||||
{{#foreach posts}}
|
||||
|
||||
<li class="wrap">
|
||||
<article class="post type-post status-publish format-standard hentry">
|
||||
<article class="post">
|
||||
<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>
|
||||
<time datetime="2012-05-03">{{dateFormat published_at format="MMMM DD, YYYY"}}</time>
|
||||
</article>
|
||||
</li>
|
||||
|
||||
{{/foreach}}
|
||||
|
||||
</ul>
|
||||
{{pagination}}
|
||||
</section>
|
||||
</main>
|
Reference in New Issue
Block a user