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

7 lines
532 B
Smarty

{% macro category_url(lang, path, category, count) export %}=> /{{ lang }}/f/{{ path }} 🌿 {{ category }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
{% macro tag_url(lang, tag, count) export %}=> /{{ lang }}/t/{{ tag }} 🏷 {{ tag }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
{% macro text_url(lang, file) export %}=> /{{ lang }}/f/{{ file.CategoriesAsUrl() }}/{{ file.Id }}/{{ file.GmiName() }}{{ file.Description }} ({{ file.Created }}) {% endmacro %}
{% macro logo() export %}🌛{% endmacro %}