theme/templates/archives.html@dad9b39691de
theme/templates/archives.html
Wed, 16 Oct 2019 22:15:12 +0200
- author
- David Douard <david.douard@sdfa3.org>
- date
- Wed, 16 Oct 2019 22:15:12 +0200
- changeset 116
- dad9b39691de
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
move custom plugins in a dedicated directory local-plugins
{% extends "base.html" %}
{% block content %}
<h1>Archives for {{ SITENAME }}</h1>
<dl>
{% for article in dates %}
<dt>{{ article.locale_date }}</dt>
<dd><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
{% endfor %}
</dl>
{% endblock %}