add SIDEBAR_CUSTOM setting

This commit is contained in:
Jiachen Yang
2012-03-12 20:10:38 +09:00
parent 7b21d85ce7
commit 57e72fb651

View File

@@ -140,6 +140,10 @@
{% endfor %}
{% include 'twitter_profile.html' %}
{% if SIDEBAR_CUSTOM %}
{{ SIDEBAR_CUSTOM }}
{% endif %}
</ul>
</div><!--/.well -->