add some style stuff

This commit is contained in:
Rhiannon Morris 2020-08-18 10:33:25 +02:00
parent 2872dca785
commit 22b4411641
109 changed files with 699 additions and 1 deletions

View file

@ -2,6 +2,7 @@
<html lang=$lang$$if(dir)$ dir=$dir$$endif$>
<meta charset=utf-8>
<link rel=stylesheet href=/style/page.css>
$for(css)$
<link rel=stylesheet href=/style/$css$>
$endfor$
@ -32,7 +33,9 @@ $if(toc)$
</nav>
$endif$
<main>
$body$
</main>
$for(include-after)$
$include-after$