Aside for blogging page.

master
Nick Sergeant 2013-01-16 23:40:16 -05:00
parent 6101eba95e
commit 67e4f93b89
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% endblock %}
{% block aside %}
{% if request.path == '/api/' %}
{% if request.path == '/api/' or request.path == '/blogging/' %}
{{ block.super }}
{% endif %}
{% endblock %}