add some style stuff
This commit is contained in:
parent
2872dca785
commit
22b4411641
109 changed files with 699 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue