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/section.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/section.html') diff --git a/templates/section.html b/templates/section.html index c3a9489..091d7de 100644 --- a/templates/section.html +++ b/templates/section.html @@ -14,14 +14,16 @@ {% for page in section.pages %}
  • - {{ page.title }} + {{ page.title }} {% if page.description %}— {{ page.description }}{% endif %} + {% if not section.extra.plain %} {% if page.extra.appstore %}app store → {% else %}app store — soon{% endif %} {% if page.extra.link %}{{ page.extra.link_label | default(value="source") | lower }} →{% endif %} + {% endif %}
  • {% endfor %} -- cgit v1.2.3