diff --git a/otterwiki/templates/page.html b/otterwiki/templates/page.html index 04d0f425..661778ac 100644 --- a/otterwiki/templates/page.html +++ b/otterwiki/templates/page.html @@ -15,6 +15,9 @@ {{ super() }} {% include 'snippets/menu.html' %} {% include 'snippets/menutree.html' %} + {{plugin_sidebar_left_inject(pagepath)|safe}} {% endblock %} {# diff --git a/otterwiki/templates/wiki.html b/otterwiki/templates/wiki.html index db0a5ce0..b66eb58e 100644 --- a/otterwiki/templates/wiki.html +++ b/otterwiki/templates/wiki.html @@ -40,9 +40,6 @@ {%- if config.SIDEBAR_SHORTCUTS.split()|length > 0 %}
{%- endif %} - {% endblock %} {% block navbardropdown %}