Publié le {# {% if article.author %} par {{ article.author }}{% endif %} #} dans « {{ article.category }} ». {% if article.tags %} Mots-clefs : {% for tag in article.tags %}{%if loop.index > 1%},{%endif%} {{ tag }}{% endfor %}

{% endif %}
a> : blog.git
Articles du blogSébastien Dailly
summaryrefslogtreecommitdiff
path: root/theme/templates/categories.html
blob: 0cd25d4daf2d4985760e19372aa61134d497cb17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17