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 'tag.hbs')
-rw-r--r--tag.hbs14
1 files changed, 1 insertions, 13 deletions
diff --git a/tag.hbs b/tag.hbs
index 254509b..c58d8a2 100644
--- a/tag.hbs
+++ b/tag.hbs
@@ -4,19 +4,7 @@
<h1 class="page-title">Posts tagged: {{tag.name}}</h1>
<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">