arns-lt-gemini/templates/tag.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

9 lines
422 B
Text

{% import "macros.tpl" category_url, tag_url, text_url, logo %}
# {{ logo() }} Arna alkierios :: [{{ tag }}]
{% for file in tree.Files %}{{ text_url(lang, file) }}
{% endfor %}
{% if tree.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}
{% for tag, count in tree.Tags %}{{ tag_url(lang, tag, count) }}
{% endfor %} {% endif %}
=> {% if lang == "sgs" %}/sgs 🏠 nomėi{% else %}/en 🏠 home{% endif %}