From 7bffe24a6bb29600e422f9faca9f03449d392265 Mon Sep 17 00:00:00 2001 From: ribbal <30695106+ribbal@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:47:19 +0100 Subject: [PATCH] move 'on this page' to below 'page index' --- otterwiki/templates/page.html | 3 +++ otterwiki/templates/wiki.html | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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 %}