theme/templates/archives.html

Wed, 11 Apr 2018 23:11:52 +0200

author
David Douard <david.douard@logilab.fr>
date
Wed, 11 Apr 2018 23:11:52 +0200
changeset 96
11b306ba3468
parent 36
9507107a1133
permissions
-rw-r--r--

[conf] attempt to use image_process plugin

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