diff options
author | Massimo Santini <massimo.santini@gmail.com> | 2011-12-05 23:43:04 +0100 |
---|---|---|
committer | Massimo Santini <massimo.santini@gmail.com> | 2011-12-05 23:43:04 +0100 |
commit | dc67ee39fcfc6ae8cbcc56fffd39242b839f8cd3 (patch) | |
tree | 66b96f17911a0f2142515162d7ad38ec0b9b3b28 /bootstrap/templates/tag.html | |
parent | 28bc815799239f17f896b3b64929a0356fd090db (diff) | |
download | pelican-themes-dc67ee39fcfc6ae8cbcc56fffd39242b839f8cd3.zip pelican-themes-dc67ee39fcfc6ae8cbcc56fffd39242b839f8cd3.tar.gz pelican-themes-dc67ee39fcfc6ae8cbcc56fffd39242b839f8cd3.tar.bz2 |
A new theme based on Bootstrap from Twitter
Diffstat (limited to 'bootstrap/templates/tag.html')
-rw-r--r-- | bootstrap/templates/tag.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/templates/tag.html b/bootstrap/templates/tag.html new file mode 100644 index 0000000..ce6dcb7 --- /dev/null +++ b/bootstrap/templates/tag.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} <small>{{ tag }}</small>{% endblock %}
\ No newline at end of file |