butter-kanglam-ui/_includes/footer.html

11 lines
385 B
HTML
Raw Normal View History

2021-09-17 09:26:31 -05:00
<footer class="footer-area">
<div class="container">
<div class="footer-area-wrapper text-center">
2021-09-17 15:56:00 -04:00
<!--
2021-09-17 09:26:31 -05:00
<p class="ls-40">&copy; {{ 'now' | date: "%Y" }} Butter. All rights reserved.</p>
2021-09-17 15:56:00 -04:00
-->
2022-02-03 08:19:34 -05:00
<a href="apps">View All Apps</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">Built on F-Droid Free Software</a>
2019-11-13 22:11:44 +01:00
</div>
</div>
</footer>