diff options
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 |