aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read/templates
diff options
context:
space:
mode:
Diffstat (limited to 'Just-Read/templates')
-rw-r--r--Just-Read/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Just-Read/templates/index.html b/Just-Read/templates/index.html
index 262c23e..39513e2 100644
--- a/Just-Read/templates/index.html
+++ b/Just-Read/templates/index.html
@@ -16,7 +16,7 @@
<h3>More posts</h3>
<ol class="archive">
{% endif %}
- {% else %}
+ {% elif loop.index < 7 %}
<li class="clearfix"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}"><time datetime="{{ article.date.isoformat() }}" pubdate>{{ article.locale_date }}</time> {{ article.title }}</a></li>
{% endif %}
{% endfor %}