ori-templates: only show 'mode' banner for private -- shouldn't draw attention to this in public mode.

This commit is contained in:
Hans Fast 2026-03-25 16:22:48 +01:00
parent 563f10e31b
commit 4561924030
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<link rel="icon" href="/ad_pubfiles_pub.d/images/favicon.svg"> <link rel="icon" href="/ad_pubfiles_pub.d/images/favicon.svg">
</head> </head>
<body> <body>
<p>${page.all?'private mode':'public mode'}</p> ${page.all?'<p>private mode</p>':''}
${page.indexPage ? '' : '<p><a href="/">↖index</a></p>'} ${page.indexPage ? '' : '<p><a href="/">↖index</a></p>'}
${page._body} ${page._body}
</html> </html>