/ ‘theme-dark/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-10 22:05:40 +09:00
parent c3b45afff9
commit 4f5658de40

View file

@ -22,6 +22,8 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% include 'pagination.html' %} {% if {{ articles_paginator.num_pages }} != 1 %}
{% include 'pagination.html' %}
{% endif %}
{% endblock %} {% endblock %}