arns-lt-gemini/templates/en/index.gmi
2024-07-18 21:34:57 +03:00

26 lines
630 B
Text

{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
# Arna alkierios [EN]
Welcome to my capsule in Gemini space. {{ logo() }}
=> 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 %}
{% for tag, count in tree.Tags %}
{{ tag_url(tag, count) }} {% endfor %}
{% 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}}
```