update wiki template

This commit is contained in:
ben clark 2021-04-05 15:16:30 +00:00
parent 9384577df5
commit 54ea912f52
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@ $for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
<body class="$if(color)$ $color$ $endif$">
$for(include-before)$
$include-before$
$endfor$
$if(title)$
<header class="header header-wiki $if(color)$ header-$color$$endif$" id="title-block-header">
<header class="header header-wiki" id="title-block-header">
<h1 style="white-space: pre-line" class="title">$title$$if(subtitle)$<p style="font-size: 24px;" class="subtitle">$subtitle$</p>$endif$</h1>
</header>
$endif$