theme/templates/archives.html@fb878b773377
theme/templates/archives.html
Sat, 19 Oct 2019 00:32:18 +0200
- author
- David Douard <david.douard@sdfa3.org>
- date
- Sat, 19 Oct 2019 00:32:18 +0200
- changeset 118
- fb878b773377
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
new post: fixing the Dell 2407
{% 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 %}