update `pandoc` data dir
parent
355b4424bd
commit
468379d99b
|
@ -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>
|
||||||
|
|
|
@ -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)$
|
||||||
|
|
Loading…
Reference in New Issue