make donate links identical

This commit is contained in:
Hendrik Langer 2024-06-26 10:04:16 +02:00
parent 2f6e60ac40
commit 32a1e69c72

View file

@ -262,7 +262,7 @@
</div> </div>
<footer class="footer mt-auto" role="contentinfo"> <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 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="/about">{{ _('About') }}</a></p>
<p class="text-center"><a href="/keyboard_shortcuts">{{ _('Keyboard shortcuts') }}</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> <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>