commit | 62d1ae86b58bc65f740a883f4ceb47c455c7ad26 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Wed Mar 27 01:18:57 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Wed Mar 27 01:18:57 2013 +0100 |
tree | 7339d8527c19169ff561ab03a1881b51796f2fcd | |
parent | 5dba4775ab813d681239b0f398212f774db3246a [diff] [blame] |
improves navigation moving links to index on the top header
diff --git a/templates/page.html b/templates/page.html index de1bf38..8613554 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -13,6 +13,6 @@ </div> </article> <footer> - <a href="{{ SITEURL }}/" class="button_accent">← Index</a> + <a href="{{ SITEURL }}/" class="button_accent">← Back to Index</a> </footer> {% endblock %}