commit | 023956bcffc999d0f51ef386586c2eaafade4ee4 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 23 01:37:04 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 23 01:37:04 2013 +0100 |
tree | 92378bec75a00cf92735c39da426126026b9d7b3 | |
parent | a5278c15a304ca52dc2ddb8e062d7e092d479e35 [diff] [blame] |
improves index/tag/category header
diff --git a/templates/index.html b/templates/index.html index a9aa795..d639cf2 100644 --- a/templates/index.html +++ b/templates/index.html
@@ -2,9 +2,8 @@ {% block content %} <header> <h3> - Index + <a href="{{ SITEURL }}">Index</a> {% block headnotes %} - {% if FEED_ALL_ATOM %}> <a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}">Full Atom Feed</a>{% endif %} {% endblock headnotes %} </h3> </header>