Mercurial > wikked
view static/tpl/footer.html @ 155:6cb5445e90b9
Disable browser auto-complete on the search field.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 25 Dec 2013 19:59:05 -0800 |
parents | d29e2f337b00 |
children |
line wrap: on
line source
<footer class="navbar" role="navigation"> <ul class="nav navbar-nav"> {{#each url_extras}} <li><a href="{{url}}">{{name}}</a></li> {{/each}} <!-- TODO: last modified, etc. --> </ul> </footer>