Mercurial > wikked
view wikked/templates/footer.html @ 500:d3cd7d8d6b25 default tip
web: Breaking changes in flask-login API.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 07 Jun 2020 00:56:00 -0700 |
parents | 71c9259de019 |
children |
line wrap: on
line source
<footer role="navigation"> <ul> <li><span class="wiki-icon"></span> Powered by <a href="http://bolt80.com/wikked/">Wikked</a></li> <li><span class="wiki-icon"></span> <a href="{{nav.url_help}}">Help</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>