Add article list.

This commit is contained in:
2019-04-23 14:14:50 +05:30
parent 825caac4fa
commit 84934c65e2
2 changed files with 33 additions and 0 deletions

View File

@ -28,5 +28,9 @@
{% block content %}
<article>
{{ page.content }}
{% if page.article_list %}
<hr />
{% include "last_articles.html" %}
{% endif %}
</article>
{% endblock content %}