aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA/templates/category.html
diff options
context:
space:
mode:
authorAtif Haider <mail@atifhaider.com>2014-01-07 14:43:59 +0530
committerAtif Haider <mail@atifhaider.com>2014-01-07 14:43:59 +0530
commit8468e45a55634a0fccc1ac8a33d9cdd3cdc023fd (patch)
tree970dd45c1a9912399fb0a1fe40dbf326948a0f0b /SoMA/templates/category.html
parent91663921bb271183b51de9a6543de8f912bd7c65 (diff)
downloadpelican-themes-8468e45a55634a0fccc1ac8a33d9cdd3cdc023fd.tar.gz
Simple, intuitive and responsive theme added.
Diffstat (limited to 'SoMA/templates/category.html')
-rw-r--r--SoMA/templates/category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/SoMA/templates/category.html b/SoMA/templates/category.html
new file mode 100644
index 0000000..56f8e93
--- /dev/null
+++ b/SoMA/templates/category.html
@@ -0,0 +1,2 @@
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}