theme/templates/archives.html

Sun, 17 Apr 2016 18:12:25 +0200

author
David Douard <david.douard@logilab.fr>
date
Sun, 17 Apr 2016 18:12:25 +0200
changeset 48
0a7b1c6b1796
parent 36
9507107a1133
permissions
-rw-r--r--

[LPD422FM] new blog about the LPD 422 FM regulated power supply

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