geminer/example/templates/tags_index.tpl

6 lines
167 B
Smarty
Raw Normal View History

2020-12-09 17:11:47 +01:00
# Tags list
{% for tag, value in prop.items()|sort(attribute='1.name') -%}
=> /tags/{{ tag }}.gmi {{ value.name }} ({{ value.posts | length }} articles)
{% endfor %}