Add Bulma-style footer to bobcat theme

also refactor HTML element tree in general, for sake of bulma
This commit is contained in:
Lance Edgar 2018-11-28 22:09:35 -06:00
parent 103f006cc0
commit 1fa56aa683
5 changed files with 124 additions and 144 deletions

View file

@ -11,5 +11,7 @@
<%def name="header_logo()"></%def>
<%def name="footer()">
powered by ${h.link_to("Rattail", url('about'))}
<p class="has-text-centered">
powered by ${h.link_to("Rattail", url('about'))}
</p>
</%def>