commit | a6c5867337fe962df3c5896f3d4d6a7601c39f51 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 30 14:55:03 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 30 14:55:03 2013 +0100 |
tree | 756253d684faae111d13148519f27b3b96b912fc | |
parent | 4a7ae15c1e6397cc3330d99ec69e61eab3365c46 [diff] [blame] |
makes better use of h? tags; also improves the less file
diff --git a/templates/page.html b/templates/page.html index 91695f1..90f04e6 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -7,7 +7,7 @@ {% block content %} <article> <div id="article_title"> - <a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a> + <h2><a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a></h2> </div> <div id="article_text"> {{ page.content }}