theme/templates/archives.html@26e34edd2984
theme/templates/archives.html
Sun, 17 Apr 2016 18:42:04 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Sun, 17 Apr 2016 18:42:04 +0200
- changeset 49
- 26e34edd2984
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[LPD422FM] typos
{% 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 %}