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/page.html b/templates/page.html index d2fd6c4..3b4db9d 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -7,10 +7,10 @@ {% block content %} <article> - <div id="article_title"> + <div class="article_title"> <h3><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h3> </div> - <div id="article_text"> + <div class="article_text"> {{ page.content }} </div> </article>