aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2/templates/category.html
diff options
context:
space:
mode:
authorScott Kensell <scott.kensell@prezi.com>2014-05-17 19:49:35 +0200
committerScott Kensell <scott.kensell@prezi.com>2014-05-17 19:49:35 +0200
commit802d891506bb6ef2f9b57a5927f1ddd2349d2f9e (patch)
tree53e01dbc4b4669ec904e01aafeb995c35eaea03a /SoMA2/templates/category.html
parentc3ae06311249b930bb057600d1c76063e847ef76 (diff)
downloadpelican-themes-802d891506bb6ef2f9b57a5927f1ddd2349d2f9e.tar.gz
Copied the SOMA template
Diffstat (limited to 'SoMA2/templates/category.html')
-rw-r--r--SoMA2/templates/category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/SoMA2/templates/category.html b/SoMA2/templates/category.html
new file mode 100644
index 0000000..56f8e93
--- /dev/null
+++ b/SoMA2/templates/category.html
@@ -0,0 +1,2 @@
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}