diff --git a/wiki/wiki.tmpl b/wiki/wiki.tmpl index bf56ca8..5b43190 100644 --- a/wiki/wiki.tmpl +++ b/wiki/wiki.tmpl @@ -46,56 +46,56 @@ $highlighting-css$ $for(include-before)$ $include-before$ $endfor$ - $if(title)$ -
-

$$ $title$

+
+ $if(title)$ +
+

$$ $title$

- $if(subtitle)$ -

$subtitle$

- $endif$ + $if(subtitle)$ +

$subtitle$

+ $endif$ - $if(author)$ -

authors:

- $for(author)$ -

~$author$

- $endfor$ - $endif$ + $if(author)$ +

authors:

+ $for(author)$ +

~$author$

+ $endfor$ + $endif$ - $if(date)$ -

$date$

+ $if(date)$ +

$date$

+ $endif$ +
$endif$ -
- $endif$ -
-
-
- -
- - $if(toc)$ - $if(toc-title)$ -

$toc-title$

- $endif$ - -
+
+
+
+ +
+ + $if(toc)$ + $if(toc-title)$ +

$toc-title$

$endif$ + +
+ $endif$ $body$ - $for(include-after)$ - $include-after$ - $endfor$ + $for(include-after)$ + $include-after$ + $endfor$ +
+
- +
- - - + -