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>