footer only where we want it
This commit is contained in:
parent
6c9b935592
commit
8fa6bcb70b
3 changed files with 7 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
@ -10,4 +10,4 @@ layout: basic
|
|||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
{% include footer.html footer_content=page.footer_content %}
|
||||
|
|
@ -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. -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue