Merge pull request 'make donate links identical' (#222) from h3ndrik/pyfedi:donate into main

Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/222
This commit is contained in:
rimu 2024-06-26 09:28:25 +00:00
commit 276a9d0d83

View file

@ -262,7 +262,7 @@
</div>
<footer class="footer mt-auto" role="contentinfo">
<p role="timer" id="timeSpent" class="text-center mt-4" title="This is how long you have spent using PieFed during this month. We hope this use of your time aligns with your priorities and values."></p>
<p class="text-center"><a href="https://patreon.com/PieFed">Donate with Patreon</a></p>
<p class="text-center"><a href="/donate">{{ _('Donate') }}</a></p>
<p class="text-center"><a href="/about">{{ _('About') }}</a></p>
<p class="text-center"><a href="/keyboard_shortcuts">{{ _('Keyboard shortcuts') }}</a></p>
<p class="text-center"><a href="https://codeberg.org/rimu/pyfedi">PieFed is free and open source</a>.<br />Please <a href="https://codeberg.org/rimu/pyfedi/issues">report bugs</a> or <a href="https://join.piefed.social/get-involved/">get involved</a>.</p>