arns-lt-gemini/templates/macros.tpl

11 lines
589 B
Smarty
Raw Normal View History

{% macro category_url(path, category, count) export %}=> /f/{{ path }} 🌿 {{ category }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
2022-08-20 20:46:31 +00:00
{% macro tag_url(tag, count) export %}=> /t/{{ tag }} 🏷 {{ tag }}{% if count %} ({{ count }}){% endif %} {% endmacro %}
2022-08-20 20:46:31 +00:00
{% macro text_url(file) export %}=> /f/{{ file.CategoriesAsUrl() }}/{{ file.Id }}/{{ file.GmiName() }}{{ file.Description }} ({{ file.Created }})
{% endmacro %}
2022-08-23 05:26:45 +00:00
{% macro logo() export %}🌛{% endmacro %}
{% macro home(lang) export %}=> / 🏠 {% if lang == "sgs" %}nomėi{% else %}home{% endif %}{% endmacro %}