aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/category.html
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-03-27 15:39:48 -0700
committerAlexis Metaireau <alexis@notmyidea.org>2012-03-27 15:39:48 -0700
commit8cdc0ff6b9c9f25b29db996e5b51f7f99e11236e (patch)
tree6218570b2c68d9111ac23734563bddf585a65604 /bootstrap2/templates/category.html
parentcc809c34841e0cb25cde42cff85528b05581e1a1 (diff)
parent6fa854a4396f51a85f58bbde329a5735173062c7 (diff)
downloadpelican-themes-8cdc0ff6b9c9f25b29db996e5b51f7f99e11236e.tar.gz
Merge pull request #17 from farseerfc/master
I made (yet another) bootstrap 2.0 theme
Diffstat (limited to 'bootstrap2/templates/category.html')
-rw-r--r--bootstrap2/templates/category.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap2/templates/category.html b/bootstrap2/templates/category.html
new file mode 100644
index 0000000..56f8e93
--- /dev/null
+++ b/bootstrap2/templates/category.html
@@ -0,0 +1,2 @@
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %}