better links for footer

This commit is contained in:
John Hess 2024-06-05 00:24:00 -05:00
parent 6f31817962
commit ad395c5b39

View file

@ -1,7 +1,7 @@
<footer class="footer-area">
<div class="container">
<div class="footer-area-wrapper text-center">
<a href="/fdroid-webdash/">{% t view_all_apps %}</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">{% t built_on_fdroid %}</a>
<a href="{{ site.baseurl }}/fdroid-webdash/">{% t view_all_apps %}</a> | <a href="https://gitlab.com/likebutter/butterapp">{% t built_on_fdroid %}</a>
</div>
</div>
</footer>