update `pandoc` data dir

master
urosm 2024-05-04 19:25:27 +02:00
parent 0640bcdf42
commit e6dce4e91e
1 changed files with 2 additions and 7 deletions

View File

@ -18,13 +18,9 @@ $endif$
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<body$if(slug)$ id="$slug$"$endif$>
<main>
<nav>
<a href="index.html">&lt;</a>
</nav>
<div id="posts">
<article class="post">
<article class="post head">
$if(bodypart)$
$bodypart$
$endif$
@ -34,7 +30,6 @@ $for(linkparts)$
$it$
</article>
$endfor$
</div>
</main>
</body>
</html>