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

View file

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

View file

@ -1,6 +1,10 @@
--- ---
layout: informational layout: informational
breadcrumb: "App Store" 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. --> <!-- Custom style= makes the image line up with the icon. -->