revert footer changes

This commit is contained in:
John Hess 2022-03-14 17:44:18 -05:00
parent 4f0300548f
commit fa03d6fb00

View file

@ -1,7 +1,10 @@
<footer class="footer-area"> <footer class="footer-area">
<div class="container"> <div class="container">
<div class="footer-area-wrapper text-center"> <div class="footer-area-wrapper text-center">
<a href="/apps">View All Apps</a> | <a href="/chat">Chat</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">Built on F-Droid Free Software</a> <!--
<p class="ls-40">&copy; {{ 'now' | date: "%Y" }} Butter. All rights reserved.</p>
-->
<a href="apps">View All Apps</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">Built on F-Droid Free Software</a>
</div> </div>
</div> </div>
</footer> </footer>