aboutsummaryrefslogtreecommitdiffstats
path: root/subtle/templates/category.html
diff options
context:
space:
mode:
authorasselinpaul <pa.asselin@gmail.com>2012-06-12 18:23:40 +0200
committerasselinpaul <pa.asselin@gmail.com>2012-06-12 18:23:40 +0200
commite4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b (patch)
treeca743fea2c153afadc5266c15d9657062811583f /subtle/templates/category.html
parentfdbaa6805064db85f6e71852d0c00e245d7ad432 (diff)
downloadpelican-themes-e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b.tar.gz
added subtle
Diffstat (limited to 'subtle/templates/category.html')
-rwxr-xr-xsubtle/templates/category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/subtle/templates/category.html b/subtle/templates/category.html
new file mode 100755
index 0000000..56f8e93
--- /dev/null
+++ b/subtle/templates/category.html
@@ -0,0 +1,2 @@
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}