aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random
diff options
context:
space:
mode:
authorm-r-r <raybaudroigm@gmail.com>2012-04-22 15:21:54 +0200
committerm-r-r <raybaudroigm@gmail.com>2012-04-22 15:21:54 +0200
commit1f2c40ec4b2bebdfe0b85a9046695edfa76fc49e (patch)
tree6b39585d507d804ee8e6dc2a6f9ddc9b266920cf /dev-random
parent7ecaefbdad1bc1e37eb7876fcf5d4814ba6a12d8 (diff)
downloadpelican-themes-1f2c40ec4b2bebdfe0b85a9046695edfa76fc49e.zip
pelican-themes-1f2c40ec4b2bebdfe0b85a9046695edfa76fc49e.tar.gz
pelican-themes-1f2c40ec4b2bebdfe0b85a9046695edfa76fc49e.tar.bz2
Forgotten a title
Diffstat (limited to 'dev-random')
-rw-r--r--dev-random/templates/archives.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-random/templates/archives.html b/dev-random/templates/archives.html
index f437099..520d5ed 100644
--- a/dev-random/templates/archives.html
+++ b/dev-random/templates/archives.html
@@ -4,6 +4,7 @@
{%- block content %}
<section id="page-content">
+ <h1>Archives</h1>
<dl>
{% for article in articles %}
{% if loop.first or article.date.strftime('%Y %m') != articles[loop.index0-1].date.strftime('%Y %m') %}