arns-lt-gemini/templates/en/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

33 lines
805 B
Text

{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
# Arna alkierios [EN]
{% if sentence %}
> {{ sentence }}
{% else %}
Welcome to my capsule in Gemini space. {{ logo() }}
{% endif %}
=> gemini://arns.lt Žemaitėška versėjė
=> https://arns.lt http version
=> /a about
{% for cat, count in tree.Categories %}
{{ category_url(cat, cat, count) }} {% endfor %}
=> /t 🏷 Tags ({{ tree.Tags|length }})
{% if lastFiles %}### Last texts
{% for file in lastFiles %}{{ text_url(file) }}{% endfor %}{% endif %}
=> /f all texts ({{ tree.Files|length }})
=> /s search
```
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 %}