fix: customize page footer to mention farmOS

This commit is contained in:
Lance Edgar 2026-02-14 15:07:10 -06:00
parent 02d022295c
commit 96d575feb7

View file

@ -12,5 +12,10 @@
</%def>
<%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>