ori-templates: put index links in <p>s to center
This commit is contained in:
parent
7a804c0204
commit
563f10e31b
|
|
@ -10,7 +10,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<p>${page.all?'private mode':'public mode'}</p>
|
||||
${page.indexPage ? '' : '<a href="/">↖index</a>'}
|
||||
${page.indexPage ? '' : '<p><a href="/">↖index</a></p>'}
|
||||
${page._body}
|
||||
</html>
|
||||
`
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
<h1>${page.title}</h1>
|
||||
<p><span>${page.fnd.addr} ${page.fnd.tags || ''}</span></p>
|
||||
${page._body}
|
||||
<a href="/">↖index</a>
|
||||
<p><a href="/">↖index</a></p>
|
||||
`
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue