update `pandoc` data dir
parent
0640bcdf42
commit
e6dce4e91e
|
@ -18,13 +18,9 @@ $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$if(slug)$ id="$slug$"$endif$>
|
||||||
<main>
|
<main>
|
||||||
<nav>
|
<article class="post head">
|
||||||
<a href="index.html"><</a>
|
|
||||||
</nav>
|
|
||||||
<div id="posts">
|
|
||||||
<article class="post">
|
|
||||||
$if(bodypart)$
|
$if(bodypart)$
|
||||||
$bodypart$
|
$bodypart$
|
||||||
$endif$
|
$endif$
|
||||||
|
@ -34,7 +30,6 @@ $for(linkparts)$
|
||||||
$it$
|
$it$
|
||||||
</article>
|
</article>
|
||||||
$endfor$
|
$endfor$
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue