theme/templates/archives.html

Mon, 13 Jun 2016 22:14:30 +0200

author
David Douard <david.douard@logilab.fr>
date
Mon, 13 Jun 2016 22:14:30 +0200
changeset 58
58e79464cd09
parent 36
9507107a1133
permissions
-rw-r--r--

[hp34970a] new blog post about the HP 34970A

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