aboutsummaryrefslogtreecommitdiffstats
path: root/zurb-F5-basic/templates/category.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2014-01-01 19:45:20 -0800
committerJustin Mayer <entroP@gmail.com>2014-01-01 19:45:20 -0800
commiteed2b1665369be76bb208aaa4858b720388e3937 (patch)
tree89a3671de1b8dcd778851ffe484bbe95ce7e8d41 /zurb-F5-basic/templates/category.html
parenteada362fff3da25eae0ca9283ac5fcb2f65e2e6a (diff)
parentbaf9fc8acbb7ce356abca54696604ca032dea4ed (diff)
downloadpelican-themes-eed2b1665369be76bb208aaa4858b720388e3937.tar.gz
Merge pull request #182 from shuaibhanief/master
Add a theme based on the new Zurb Foundation 5 Framework
Diffstat (limited to 'zurb-F5-basic/templates/category.html')
-rw-r--r--zurb-F5-basic/templates/category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/zurb-F5-basic/templates/category.html b/zurb-F5-basic/templates/category.html
new file mode 100644
index 0000000..56f8e93
--- /dev/null
+++ b/zurb-F5-basic/templates/category.html
@@ -0,0 +1,2 @@
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}