diff --git a/_includes/footer.html b/_includes/footer.html index 564e9cb..80c55a2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,5 @@ \ No newline at end of file diff --git a/_layouts/informational.html b/_layouts/informational.html index 0cab719..0890fc1 100644 --- a/_layouts/informational.html +++ b/_layouts/informational.html @@ -10,4 +10,4 @@ layout: basic {{ content }} -{% include footer.html %} \ No newline at end of file +{% include footer.html footer_content=page.footer_content %} \ No newline at end of file diff --git a/apps.html b/apps.html index 307123a..4c431a6 100644 --- a/apps.html +++ b/apps.html @@ -1,6 +1,10 @@ --- layout: informational breadcrumb: "App Store" +footer_content: | + + The Butter App Store is built on F-Droid free software + --- @@ -16,4 +20,4 @@ breadcrumb: "App Store" {% include sideload.html %} -View in Browser \ No newline at end of file +View in Browser