arns-lt-gemini/templates/en/index.gmi

26 lines
598 B
Text
Raw Normal View History

2022-08-23 08:26:45 +03:00
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
2024-07-18 14:49:41 +03:00
# Arna alkierios [EN]
2023-06-29 21:25:40 +03:00
Welcome to my capsule in Gemini space. {{ logo() }}
=> gemini://arns.lt Žemaitėška versėjė
=> https://arns.lt http version
=> /a about
2022-08-20 23:46:31 +03:00
{% for cat, count in tree.Categories %}
2024-07-12 12:18:02 +03:00
{{ category_url(cat, cat, count) }} {% endfor %}
2025-03-15 20:17:12 +02:00
=> /t 🏷 Tags ({{ tree.Tags|length }})
2022-08-20 23:46:31 +03:00
{% if lastFiles %}### Last texts
{% for file in lastFiles %}{{ text_url(file) }}{% endfor %}{% endif %}
=> /f all texts ({{ tree.Files|length }})
=> /s search
2024-07-18 14:16:25 +03:00
```
Last build: {{lastRebuild}}
2024-07-18 21:34:57 +03:00
Total page counter: {{pageCounter}}
2024-07-18 14:16:25 +03:00
```