aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/templates/category.html
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random/templates/category.html')
-rw-r--r--dev-random/templates/category.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-random/templates/category.html b/dev-random/templates/category.html
new file mode 100644
index 0000000..6cff639
--- /dev/null
+++ b/dev-random/templates/category.html
@@ -0,0 +1,5 @@
+{% extends "index.html" %}
+
+{% block title %}{{ SITENAME }} — Articles dans la catégorie «{{ category }}»{% endblock %}
+
+{% block index_title %}Articles dans la catégorie <i>«{{ category }}»</i> :{% endblock %}