normalize wiki names

This commit is contained in:
root
2019-09-22 20:15:31 -04:00
parent c074e179aa
commit 90ffb90619
11 changed files with 7 additions and 38 deletions

View File

@@ -43,13 +43,13 @@ $highlighting-css$
$endfor$
</head>
<body>
<a href="/wiki/">&lt; back to wiki home</a>
$for(include-before)$
$include-before$
$endfor$
$if(title)$
<header>
<h1 class="title">$title$</h1>
<a href="/wiki/">&lt; back to wiki home</a>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
@@ -59,6 +59,7 @@ $highlighting-css$
$for(author)$
<p class="author"><a href="/~$author$/">~$author$</a></p>
$endfor$
<hr>
$endif$
$if(date)$