Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.hbs')
-rw-r--r--index.hbs14
1 files changed, 1 insertions, 13 deletions
diff --git a/index.hbs b/index.hbs
index 7b63841..8daaab1 100644
--- a/index.hbs
+++ b/index.hbs
@@ -10,19 +10,7 @@
<div id="post-index" class="container">
<ol class="post-list">
- {{#foreach posts}}
- <li class="post-stub {{post_class}}" >
- <a class="js-ajax-link" title="{{title}} | {{@blog.title}}" href="{{url}}">
- <h4 class="post-stub-title">{{title}}</h4>
-
- <time class="post-stub-date" datetime="{{published_at}}">Published {{date format="MMMM Do YYYY"}}</time>
-
- {{#if featured}}
- <span class="post-stub-tag">Featured</span>
- {{/if}}
- </a>
- </li>
- {{/foreach}}
+ {{> loop}}
</ol>
<div class="post-navigation">