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