theme/templates/archives.html

Mon, 19 Sep 2016 00:25:06 +0200

author
David Douard <david.douard@logilab.fr>
date
Mon, 19 Sep 2016 00:25:06 +0200
changeset 69
56bcb94f6ff5
parent 36
9507107a1133
permissions
-rw-r--r--

[hp34970a] small update

{% 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 %}

mercurial