view static/tpl/footer.html @ 60:8250c977bc50

Moved static files to the root directory.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Feb 2013 14:49:34 -0800
parents wikked/static/tpl/footer.html@aa6951805e1a
children b03f083c3a29
line wrap: on
line source

<div class="row meta">
    <div class="span12">
        {{#each url_extras}}
            <a href="{{url}}">{{name}}</a>
        {{/each}}
        <!-- TODO: last modified, etc. -->
    </div>
</div>