aboutsummaryrefslogtreecommitdiffstats
path: root/monospace/templates/category.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2013-09-17 14:42:25 -0700
committerJustin Mayer <entroP@gmail.com>2013-09-17 14:42:25 -0700
commit3505c594db1bc3fb3830c3682c9e889a37160514 (patch)
tree2c001342ebe6b9605f4419f0b30589905cb819a9 /monospace/templates/category.html
parentdb7a9fe0efb4eb024d887cf83142bfaf3bfa6d4d (diff)
parent3197b676fe9e55fdd5b8ded77200117e62543fd2 (diff)
downloadpelican-themes-3505c594db1bc3fb3830c3682c9e889a37160514.tar.gz
Merge pull request #144 from lwm/master
Add monospace theme
Diffstat (limited to 'monospace/templates/category.html')
-rw-r--r--monospace/templates/category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/monospace/templates/category.html b/monospace/templates/category.html
new file mode 100644
index 0000000..56f8e93
--- /dev/null
+++ b/monospace/templates/category.html
@@ -0,0 +1,2 @@
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}