Variable PAGE_PAGINATION
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user