aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/templates/category.html
diff options
context:
space:
mode:
authorMathieu Agopian <mathieu.agopian@gmail.com>2012-03-03 09:41:45 +0100
committerMathieu Agopian <mathieu.agopian@gmail.com>2012-03-03 09:41:45 +0100
commit1bcb149edda11531986d0db855529ef123a69d18 (patch)
tree847a6774793b26b1390feec1aaffc86d8ae3f28a /mnmlist/templates/category.html
parent7c039820c24f7687498e6d3b88e00ccbd45ac1fa (diff)
downloadpelican-themes-1bcb149edda11531986d0db855529ef123a69d18.zip
pelican-themes-1bcb149edda11531986d0db855529ef123a69d18.tar.gz
pelican-themes-1bcb149edda11531986d0db855529ef123a69d18.tar.bz2
mnmlist theme
Diffstat (limited to 'mnmlist/templates/category.html')
-rw-r--r--mnmlist/templates/category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/mnmlist/templates/category.html b/mnmlist/templates/category.html
new file mode 100644
index 0000000..56f8e93
--- /dev/null
+++ b/mnmlist/templates/category.html
@@ -0,0 +1,2 @@
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}