diff options
Diffstat (limited to 'bricabrac/templates/archives.html')
-rw-r--r-- | bricabrac/templates/archives.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bricabrac/templates/archives.html b/bricabrac/templates/archives.html deleted file mode 100644 index 2f424f8..0000000 --- a/bricabrac/templates/archives.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} -{% block content %} -<header> -<h1> -<a href="{{ SITEURL }}" id="site-title">{{ SITENAME }} {% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a> : -<a href="{{ SITEURL }}/archives.html" id="page-title">archives</a></h1> -</header> -<section id="content" class="body"> -<dl> -{% for article in dates %} -<dt>{{ article.locale_date }}</dt> -<dd><a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></dd> -{% endfor %} -</dl> -</section> -{% endblock %} |