commit | 0bc1f0ec9ee65a7b3d6cbec933ab8c95fb0aabc2 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@redhat.com> | Tue Nov 05 16:23:23 2013 +0100 |
committer | Giulio Fidente <gfidente@redhat.com> | Tue Nov 05 16:24:12 2013 +0100 |
tree | 0a20d2b305292d42efbdd07ceea6bdaebd3bd077 | |
parent | ebb4c7adaee71519270580f734fe5279c63d810b [diff] [blame] |
fixes article_{title,text,meta} usage from id to class; closes #4
diff --git a/templates/archives.html b/templates/archives.html index 84828fd..38ac8a8 100644 --- a/templates/archives.html +++ b/templates/archives.html
@@ -3,7 +3,7 @@ {% block content %} <article> - <div id="article_text"> + <div class="article_text"> <dl> {% for article in dates %} <dt>{{ article.locale_date }}</dt>