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

This commit is contained in:
Dooho Yi 2020-05-10 22:07:08 +09:00
parent 4f5658de40
commit e8692b8a89

View file

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