update `pandoc` data dir

master
urosm 2024-06-30 18:09:52 +02:00
parent 18442bbbbb
commit 569eb705eb
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ return {
local internal_link = l:clone()
internal_link.target = ("#%s%s"):format(slug, anchor)
l.content = "<->"
l.content = "[->]"
l.target = ("%s.html#%s"):format(slug, anchor)
l.classes:insert("internal-next")

View File

@ -16,7 +16,8 @@ $else$
$endif$
<title>$pagetitle$, bavbavhaus.net</title>
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" media="screen" href="css/style.css" />
<link rel="stylesheet" media="print" href="css/print.css" />
</head>
<body$if(slug)$ id="$slug$"$endif$>
<main>