footer only where we want it

This commit is contained in:
John Hess 2024-06-07 18:23:46 -05:00
parent 6c9b935592
commit 8fa6bcb70b
3 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,5 @@
<footer class="push-footer">
<p>
<a href="https://gitlab.com/guardianproject/wind-fdroidclient">
The Butter App Store is built on F-Droid free software
</a>
{{ include.footer_content | safe }}
</p>
</footer>

View file

@ -10,4 +10,4 @@ layout: basic
{{ content }}
</div>
{% include footer.html %}
{% include footer.html footer_content=page.footer_content %}

View file

@ -1,6 +1,10 @@
---
layout: informational
breadcrumb: "App Store"
footer_content: |
<a href="https://gitlab.com/guardianproject/wind-fdroidclient">
The Butter App Store is built on F-Droid free software
</a>
---
<!-- Custom style= makes the image line up with the icon. -->