Add Bulma-style footer to bobcat theme
also refactor HTML element tree in general, for sake of bulma
This commit is contained in:
parent
103f006cc0
commit
1fa56aa683
5 changed files with 124 additions and 144 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue