diff options
author | Justin Mayer <entroP@gmail.com> | 2013-09-12 23:09:49 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2013-09-12 23:09:49 -0700 |
commit | a217f4239e87d4d17c518e0ecdb7cd20a6752f12 (patch) | |
tree | d105653aace2d690f01eea6d8eae2ce36341d3ec /pelican-bootstrap3/templates/category.html | |
parent | b062b010425416601f9b623136d42cb88db09dc5 (diff) | |
parent | 8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6 (diff) | |
download | pelican-themes-a217f4239e87d4d17c518e0ecdb7cd20a6752f12.tar.gz |
Merge pull request #127 from DandyDev/master
Added pelican-bootstrap3 theme
Diffstat (limited to 'pelican-bootstrap3/templates/category.html')
-rw-r--r-- | pelican-bootstrap3/templates/category.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/category.html b/pelican-bootstrap3/templates/category.html new file mode 100644 index 0000000..56f8e93 --- /dev/null +++ b/pelican-bootstrap3/templates/category.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} |