diff options
author | m-r-r <raybaudroigm@gmail.com> | 2012-04-22 15:21:54 +0200 |
---|---|---|
committer | m-r-r <raybaudroigm@gmail.com> | 2012-04-22 15:21:54 +0200 |
commit | 1f2c40ec4b2bebdfe0b85a9046695edfa76fc49e (patch) | |
tree | 6b39585d507d804ee8e6dc2a6f9ddc9b266920cf | |
parent | 7ecaefbdad1bc1e37eb7876fcf5d4814ba6a12d8 (diff) | |
download | pelican-themes-1f2c40ec4b2bebdfe0b85a9046695edfa76fc49e.tar.gz |
Forgotten a title
-rw-r--r-- | dev-random/templates/archives.html | 1 |
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') %} |