Merge pull request #1635 from SkyLothar/master

Remove redundant if-condition in index template
This commit is contained in:
Justin Mayer 2015-03-21 19:13:16 -07:00
commit aa9ff632ca

View file

@ -23,7 +23,7 @@
{% endif %}
{# other items #}
{% else %}
{% if loop.first and articles_page.has_previous %}
{% if loop.first %}
<section id="content" class="body">
<ol id="posts-list" class="hfeed" start="{{ articles_paginator.per_page -1 }}">
{% endif %}