Compare commits

..

No commits in common. "4561924030504ce00d2446f3b8706839684ea6b6" and "7a804c0204a2a77de8eec3d12cf923ba3dfc8da8" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,6 +6,6 @@
<h1>${page.title}</h1>
<p><span>${page.fnd.addr} ${page.fnd.tags || ''}</span></p>
${page._body}
<p><a href="/">↖index</a></p>
<a href="/">↖index</a>
`
})