From abf580866624bfeec53d948894ba02fe4ee307fd Mon Sep 17 00:00:00 2001 From: Kenton Hamaluik Date: Wed, 22 Jan 2014 13:20:50 -0700 Subject: Added Zurb Foundation 5.0.1 theme. --- foundation-default-colours/templates/category.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 foundation-default-colours/templates/category.html (limited to 'foundation-default-colours/templates/category.html') 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 -- cgit