fix: customize page footer to mention farmOS
This commit is contained in:
parent
02d022295c
commit
96d575feb7
1 changed files with 6 additions and 1 deletions
|
|
@ -12,5 +12,10 @@
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
<%def name="footer()">
|
<%def name="footer()">
|
||||||
${parent.footer()}
|
<p class="has-text-centered">
|
||||||
|
powered by
|
||||||
|
${h.link_to("WuttaWeb", 'https://wuttaproject.org/', target='_blank')}
|
||||||
|
and
|
||||||
|
${h.link_to("farmOS", 'https://farmos.org/', target='_blank')}
|
||||||
|
</p>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue