view 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 source

<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>