From 4561924030504ce00d2446f3b8706839684ea6b6 Mon Sep 17 00:00:00 2001 From: Hans Fast Date: Wed, 25 Mar 2026 16:22:48 +0100 Subject: [PATCH] ori-templates: only show 'mode' banner for private -- shouldn't draw attention to this in public mode. --- ori-templates/base_html.ori | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ori-templates/base_html.ori b/ori-templates/base_html.ori index da986c1..252bc23 100644 --- a/ori-templates/base_html.ori +++ b/ori-templates/base_html.ori @@ -9,7 +9,7 @@ -

${page.all?'private mode':'public mode'}

+ ${page.all?'

private mode

':''} ${page.indexPage ? '' : '

↖index

'} ${page._body}