diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:07:32 -0500 |
| commit | b190f0b66114899440c484c3a080b1146f66a386 (patch) | |
| tree | 4debd6aa6d37f11aa2638cf801f54b98aca029f7 /templates/section.html | |
| parent | c03e38b07ce439f9e6f4d23cb470193393e840e2 (diff) | |
| download | krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.gz krz.sh-b190f0b66114899440c484c3a080b1146f66a386.tar.bz2 krz.sh-b190f0b66114899440c484c3a080b1146f66a386.zip | |
update apps and add privacy policies
Diffstat (limited to 'templates/section.html')
| -rw-r--r-- | templates/section.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 %} <li> <span class="pl-main"> - <span class="pl-name">{{ page.title }}</span> + <a class="pl-name" href="{{ page.permalink | safe }}">{{ page.title }}</a> {% if page.description %}<span class="pl-desc">— {{ page.description }}</span>{% endif %} </span> + {% if not section.extra.plain %} <span class="pl-links"> {% if page.extra.appstore %}<a class="pl-link" href="{{ page.extra.appstore }}">app store →</a> {% else %}<span class="pl-link pl-link-off" aria-disabled="true">app store — soon</span>{% endif %} {% if page.extra.link %}<a class="pl-link" href="{{ page.extra.link }}">{{ page.extra.link_label | default(value="source") | lower }} →</a>{% endif %} </span> + {% endif %} </li> {% endfor %} </ul> |
