arns-lt-gemini/templates/en/index.gmi
Arnas Udovic b704fd1620
All checks were successful
continuous-integration/drone Build is passing
remove space between file links
2023-02-14 16:56:49 +02:00

27 lines
795 B
Text

{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
# {{ logo() }} Arna alkierios
Welcome to my capsule in Gemini space.
> Č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
{% if tree.Categories %}### Categories
{% for cat, count in tree.Categories %}
{{ category_url(lang, cat, cat, count) }} {% endfor %} {% endif %}
{% if tree.Tags %}### Tags
{% for tag, count in tree.Tags %}
{{ tag_url(lang, tag, count) }} {% endfor %} {% endif %}
{% if lastFiles %}### Last texts
{% for file in lastFiles %}{{ text_url(lang, file) }} {% endfor %}{% endif %}
=> /en/f all texts ({{ tree.Files|length }})