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$ $header-includes$
$endfor$ $endfor$
</head> </head>
<body> <body class="$if(color)$ $color$ $endif$">
$for(include-before)$ $for(include-before)$
$include-before$ $include-before$
$endfor$ $endfor$
$if(title)$ $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> <h1 style="white-space: pre-line" class="title">$title$$if(subtitle)$<p style="font-size: 24px;" class="subtitle">$subtitle$</p>$endif$</h1>
</header> </header>
$endif$ $endif$