geminer/example/templates/tag.tpl

6 lines
201 B
Smarty
Raw Normal View History

2020-12-09 17:11:47 +01:00
# Posts with tag "{{ prop_item.name }}"
{% for post in prop_item.posts|sort(attribute="date",reverse=True) -%}
=> /{{ post.path }} [{{ post.date.strftime('%d/%m/%Y') }}] {{ post.title }}
{% endfor %}