diff options
author | Kenton Hamaluik <kenton@hamaluik.com> | 2014-01-22 13:20:50 -0700 |
---|---|---|
committer | Kenton Hamaluik <kenton@hamaluik.com> | 2014-01-22 13:20:50 -0700 |
commit | abf580866624bfeec53d948894ba02fe4ee307fd (patch) | |
tree | 293847ec012f51ffb01cce3de0fd2a198f5943a5 /foundation-default-colours/templates/category.html | |
parent | 6b057e4f9bb931e2db52c49a84bbe457f9f3910e (diff) | |
download | pelican-themes-abf580866624bfeec53d948894ba02fe4ee307fd.tar.gz |
Added Zurb Foundation 5.0.1 theme.
Diffstat (limited to 'foundation-default-colours/templates/category.html')
-rw-r--r-- | foundation-default-colours/templates/category.html | 3 |
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 |