arns-lt-gemini/templates/sgs/index.gmi
Arnas Udovic 3444725299
All checks were successful
continuous-integration/drone/push Build is passing
fix misfin link
2025-03-28 08:33:17 +02:00

34 lines
835 B
Text

{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
# Arna alkierios
{% if sentence %}
> {{ sentence }}
{% else %}
Sveikė atvīkėn i mona kapsolė Gemini ertie. {{ logo() }}
{% endif %}
=> gemini://en.arns.lt English version
=> https://arns.lt http versėjė
=> /a aple
{% for cat, count in tree.Categories %}
{{ category_url(cat, cat, count) }} {% endfor %}
=> /t 🏷 Žīmas ({{ tree.Tags|length }})
{% if lastFiles %}### Paskotėnē īrašā
{% for file in lastFiles %}{{ text_url(file) }}{% endfor %}
{% endif %}
=> /f vėsė straipsnē ({{ tree.Files|length }})
=> /s ėiškuok
```
Last build: {{lastRebuild}}
Total page counter: {{pageCounter}}
```
{% if admin %}
### Keravuotuojė sekcėjė
=> /admin/sentence ivestė naujė ėšmintė
=> gemini://arns.lt:1958 misfin pašta skrabėkė
{% endif %}