From b190f0b66114899440c484c3a080b1146f66a386 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 09:07:32 -0500 Subject: update apps and add privacy policies --- templates/page.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 32b1607..0682a66 100644 --- a/templates/page.html +++ b/templates/page.html @@ -9,8 +9,14 @@

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %} {{ page.content | safe }} - {% if page.extra.link %} -

{{ page.extra.link_label | default(value="source") | lower }} →

+ {% if page.extra.appstore or page.extra.link %} +

+ {% if page.extra.appstore %}app store →{% endif %} + {% if page.extra.link %}{{ page.extra.link_label | default(value="source") | lower }} →{% endif %} +

+ {% endif %} + {% if page.extra.privacy %} + {% endif %} {% endblock content %} -- cgit v1.2.3