arns-lt-gemini/templates/en/index.gmi
Arnas Udovicius 833ce18b0a
All checks were successful
continuous-integration/drone/push Build is passing
added logo
2022-08-23 08:26:45 +03:00

28 lines
797 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 }})