23 lines
642 B
Text
23 lines
642 B
Text
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
|
# Arna alkierios
|
|
|
|
Welcome to my capsule in Gemini space. {{ logo() }}
|
|
|
|
=> gemini://arns.lt Žemaitėška versėjė
|
|
=> https://arns.lt http version
|
|
|
|
=> /a about
|
|
|
|
{% if tree.Categories %}### Categories
|
|
{% for cat, count in tree.Categories %}
|
|
{{ category_url(cat, cat, count) }} {% endfor %} {% endif %}
|
|
|
|
{% if tree.Tags %}### Tags
|
|
{% for tag, count in tree.Tags %}
|
|
{{ tag_url(tag, count) }} {% endfor %} {% endif %}
|
|
|
|
{% if lastFiles %}### Last texts
|
|
{% for file in lastFiles %}{{ text_url(file) }}{% endfor %}{% endif %}
|
|
|
|
=> /f all texts ({{ tree.Files|length }})
|
|
=> /s search
|