Update simple theme to fix #1068

This commit is contained in:
Elana Hashman 2015-06-21 13:35:41 -06:00
commit 21544a404c

View file

@ -21,6 +21,8 @@
</article></li>
{% endfor %}
</ol><!-- /#posts-list -->
{% include 'pagination.html' %}
{% if articles_page.has_other_pages() %}
{% include 'pagination.html' %}
{% endif %}
</section><!-- /#content -->
{% endblock content %}