ori-templates: only show 'mode' banner for private -- shouldn't draw attention to this in public mode.
This commit is contained in:
parent
563f10e31b
commit
4561924030
|
|
@ -9,7 +9,7 @@
|
|||
<link rel="icon" href="/ad_pubfiles_pub.d/images/favicon.svg">
|
||||
</head>
|
||||
<body>
|
||||
<p>${page.all?'private mode':'public mode'}</p>
|
||||
${page.all?'<p>private mode</p>':''}
|
||||
${page.indexPage ? '' : '<p><a href="/">↖index</a></p>'}
|
||||
${page._body}
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue