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

28 lines
794 B
Text
Raw Normal View History

2022-08-23 05:26:45 +00:00
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
2023-06-29 18:25:40 +00:00
# Arna alkierios
2023-06-29 18:25:40 +00:00
Welcome to my capsule in Gemini space. {{ logo() }}
> Če turietom būtė mon pruotinga cėtata :-P
=> / Žemaitėška versėjė
=> https://arns.lt http version
Main themes are spreaded by categories. Each file may have tags what can filter the tree.
=> /en/s search
=> /en/a about
2022-08-20 20:46:31 +00:00
{% if tree.Categories %}### Categories
{% for cat, count in tree.Categories %}
{{ category_url(lang, cat, cat, count) }} {% endfor %} {% endif %}
2022-08-20 20:46:31 +00:00
{% if tree.Tags %}### Tags
{% for tag, count in tree.Tags %}
{{ tag_url(lang, tag, count) }} {% endfor %} {% endif %}
2022-08-20 20:46:31 +00:00
{% if lastFiles %}### Last texts
2023-02-14 15:33:52 +00:00
{% for file in lastFiles %}{{ text_url(lang, file) }}{% endfor %}{% endif %}
=> /en/f all texts ({{ tree.Files|length }})