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="stylesheet" href="css/style.css" />
</head>
<body>
<body onload="start.scrollIntoView()"><!-- HACK -->
<main>
$if(sitemap)$
<nav class="sitemap">
@ -42,6 +42,8 @@ $endif$
$it$
</article>
$endfor$
<div class="dummy"><!-- HACK -->
</div>
</main>
</body>
</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)$
<nav class="toc">
$if(toc-title)$