Variable PAGE_PAGINATION

This commit is contained in:
2019-04-23 14:15:24 +05:30
parent 84934c65e2
commit d78493f3d0
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
{% block content %}
<article>
{{ page.content }}
{% if page.article_list %}
{% if page.article_list and PAGE_PAGINATION > 0 %}
<hr />
{% include "last_articles.html" %}
{% endif %}