update `pandoc` data dir

urosm 2024-04-12 23:18:04 +02:00
parent 796ba60b52
commit 0c7200e7b5
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ $endif$
<link rel="icon" href="favicon.svg" /> <link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" /> <link rel="stylesheet" href="css/style.css" />
</head> </head>
<body> <body onload="start.scrollIntoView()"><!-- HACK -->
<main> <main>
$if(sitemap)$ $if(sitemap)$
<nav class="sitemap"> <nav class="sitemap">
@ -42,6 +42,8 @@ $endif$
$it$ $it$
</article> </article>
$endfor$ $endfor$
<div class="dummy"><!-- HACK -->
</div>
</main> </main>
</body> </body>
</html> </html>

View File

@ -1,4 +1,4 @@
<h1><a href="$url$">$if(title)$$title$$else$$pagetitle$$endif$</a></h1> <h1 class="title"><a href="$url$">$if(title)$$title$$else$$pagetitle$$endif$</a></h1>
$if(toc)$ $if(toc)$
<nav class="toc"> <nav class="toc">
$if(toc-title)$ $if(toc-title)$