diff options
Diffstat (limited to 'dev-random/templates/archives.html')
-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') %} |