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">
|
<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>
|
||||||
|
|
@ -10,4 +10,4 @@ layout: basic
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html footer_content=page.footer_content %}
|
||||||
|
|
@ -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. -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue