diff options
author | Jiachen Yang <farseerfc@gmail.com> | 2012-03-12 20:10:38 +0900 |
---|---|---|
committer | Jiachen Yang <farseerfc@gmail.com> | 2012-03-12 20:10:38 +0900 |
commit | 57e72fb6519ce07a5b8acf1a83955c245c4aa9db (patch) | |
tree | 4e626497e70b51b5871b95aa94e54fd02e5438a2 /bootstrap2/templates | |
parent | 7b21d85ce79ebe5ebd135e5e92e3166347ae05d9 (diff) | |
download | pelican-themes-57e72fb6519ce07a5b8acf1a83955c245c4aa9db.tar.gz |
add SIDEBAR_CUSTOM setting
Diffstat (limited to 'bootstrap2/templates')
-rw-r--r-- | bootstrap2/templates/base.html | 4 |
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 --> |