add dollar sign to wiki page titles

This commit is contained in:
Ben Harris
2020-05-06 22:23:19 -04:00
parent c3f604cf97
commit 73931e2f7f

View File

@@ -48,7 +48,7 @@ $highlighting-css$
$endfor$
$if(title)$
<header>
<h1 class="title">$title$</h1>
<h1 class="title">$$ $title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>