Files
pelican-themes/dev-random/templates/category.html
2012-04-09 17:52:40 +02:00

6 lines
218 B
HTML

{% extends "index.html" %}
{% block title %}{{ super() }} — Articles dans la catégorie «{{ category }}»{% endblock %}
{% block index_title %}Articles dans la catégorie <i>«{{ category }}»</i> :{% endblock %}