theme/templates/archives.html

Wed, 20 Dec 2017 23:33:53 +0100

author
David Douard <david.douard@logilab.fr>
date
Wed, 20 Dec 2017 23:33:53 +0100
changeset 73
e80d307aa643
parent 36
9507107a1133
permissions
-rw-r--r--

[eip545b] new blog post on the EIP545B RF Counter

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