commit | 8e8e107c484a9df9ef50ebae3b7e53c38742f8ed | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Thu Mar 28 11:04:06 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Thu Mar 28 11:04:06 2013 +0100 |
tree | 78d18a974bd488e7fad9ff516b6cf44b42d5fabc | |
parent | 7baeac3faa88242d307bfb8353427f07efbdab7c [diff] |
add link to the categories in the index page
diff --git a/templates/index.html b/templates/index.html index c378d3b..d1e3e89 100644 --- a/templates/index.html +++ b/templates/index.html
@@ -3,7 +3,7 @@ <header> <h3> {% block header %} - Index | <a href="{{ SITEURL }}/archives.html">Archives</a> + Index | <a href="{{ SITEURL }}/archives.html">Archives</a> | <a href="{{ SITEURL }}/categories.html">Categories</a> {% endblock header %} </h3> </header>