diff static/tpl/footer.html @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents b03f083c3a29
children
line wrap: on
line diff
--- a/static/tpl/footer.html	Wed Dec 11 21:51:51 2013 -0800
+++ b/static/tpl/footer.html	Thu Dec 12 21:54:04 2013 -0800
@@ -1,6 +1,8 @@
-<section>
-    {{#each url_extras}}
-        <a href="{{url}}">{{name}}</a>
-    {{/each}}
-    <!-- TODO: last modified, etc. -->
-</section>
+<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>