update `pandoc` data dir
parent
0640bcdf42
commit
e6dce4e91e
|
@ -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"><</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>
|
||||
|
|
Loading…
Reference in New Issue