aboutsummaryrefslogtreecommitdiffstats
path: root/foundation-default-colours/templates/category.html
diff options
context:
space:
mode:
authorKenton Hamaluik <kenton@hamaluik.com>2014-01-22 13:20:50 -0700
committerKenton Hamaluik <kenton@hamaluik.com>2014-01-22 13:20:50 -0700
commitabf580866624bfeec53d948894ba02fe4ee307fd (patch)
tree293847ec012f51ffb01cce3de0fd2a198f5943a5 /foundation-default-colours/templates/category.html
parent6b057e4f9bb931e2db52c49a84bbe457f9f3910e (diff)
downloadpelican-themes-abf580866624bfeec53d948894ba02fe4ee307fd.zip
pelican-themes-abf580866624bfeec53d948894ba02fe4ee307fd.tar.gz
pelican-themes-abf580866624bfeec53d948894ba02fe4ee307fd.tar.bz2
Added Zurb Foundation 5.0.1 theme.
Diffstat (limited to 'foundation-default-colours/templates/category.html')
-rw-r--r--foundation-default-colours/templates/category.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/foundation-default-colours/templates/category.html b/foundation-default-colours/templates/category.html
new file mode 100644
index 0000000..0790851
--- /dev/null
+++ b/foundation-default-colours/templates/category.html
@@ -0,0 +1,3 @@
+{% extends "index.html" %}
+
+{% set pagetitle = 'Category: ' ~ category %} \ No newline at end of file