aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates
diff options
context:
space:
mode:
authorJiachen Yang <farseerfc@gmail.com>2012-03-12 20:10:38 +0900
committerJiachen Yang <farseerfc@gmail.com>2012-03-12 20:10:38 +0900
commit57e72fb6519ce07a5b8acf1a83955c245c4aa9db (patch)
tree4e626497e70b51b5871b95aa94e54fd02e5438a2 /bootstrap2/templates
parent7b21d85ce79ebe5ebd135e5e92e3166347ae05d9 (diff)
downloadpelican-themes-57e72fb6519ce07a5b8acf1a83955c245c4aa9db.zip
pelican-themes-57e72fb6519ce07a5b8acf1a83955c245c4aa9db.tar.gz
pelican-themes-57e72fb6519ce07a5b8acf1a83955c245c4aa9db.tar.bz2
add SIDEBAR_CUSTOM setting
Diffstat (limited to 'bootstrap2/templates')
-rw-r--r--bootstrap2/templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html
index 6aba1f7..326bb62 100644
--- a/bootstrap2/templates/base.html
+++ b/bootstrap2/templates/base.html
@@ -140,6 +140,10 @@
{% endfor %}
{% include 'twitter_profile.html' %}
+
+ {% if SIDEBAR_CUSTOM %}
+ {{ SIDEBAR_CUSTOM }}
+ {% endif %}
</ul>
</div><!--/.well -->