bavbavhaus.net/pandoc/templates/bavbavhaus.net.html5

57 lines
1.3 KiB
Plaintext

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
$if(description-meta)$
<meta name="description" content="$description-meta$" />
$else$
<meta name="description" content="bavbavhaus.net" />
$endif$
<title>bavbavhaus.net/$title$</title>
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<main>
$if(sitemap)$
<article>
<nav class="sitemap">
<h1><a href="index.html#start">bavbavhaus.net</a></h1>
<ul>
$for(sitemap)$
<li>$sitemap$</li>
$endfor$
</ul>
</nav>
</article>
$endif$
$for(backlinks)$
<article class="backlink">
$backlinks$
</article>
$endfor$
<article id="start">
$if(title)$
<h1><a href="$url$">$title$</a></h1>
$endif$
$if(toc)$
<nav class="toc">
$if(toc-title)$
<h2>$toc-title$</h2>
$endif$
$table-of-contents$
</nav>
$endif$
$body$
</article>
$for(forelinks)$
<article class="forelink">
$forelinks$
</article>
$endfor$
</main>
</body>
</html>