Mercurial > wikked
diff wikked/templates/footer.html @ 341:37f426e067c4
Big refactor to get rid of this whole single page app crap.
Getting back to basics!
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 16 Sep 2015 23:04:28 -0700 |
parents | |
children | 71c9259de019 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wikked/templates/footer.html Wed Sep 16 23:04:28 2015 -0700 @@ -0,0 +1,11 @@ +<footer role="navigation"> + <ul> + <li><span class="wiki-icon"></span> Powered by <a href="http://bolt80.com/wikked/">Wikked</a></li> + {% if nav %} + {% for e in nav.footers %} + <li>{% if e.icon %}<span class="fa fa-{{e.icon}}"></span> {% endif %}<a href="{{e.url}}">{{e.title}}</a></li> + {% endfor %} + {% endif %} + <!-- TODO: last modified, etc. --> + </ul> +</footer>