Feat: activate always_modified plugin

This commit is contained in:
2020-06-26 10:25:33 +02:00
parent c7ecf06733
commit ba64771efb
5 changed files with 39 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
{% for article in articles_page.object_list %}
{% for article in articles_page.object_list | sort(reverse=True,attribute='modified') %}
<article>
<header>
<h2><a href="{{ SITEURL }}/{{ article.url }}{% if not DISABLE_URL_HASH %}#{{ article.slug }}{% endif %}">{{ article.title }}</a></h2>