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

50 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-03-17 16:49:51 +01:00
<!DOCTYPE html>
2024-03-19 02:08:36 +01:00
<html
xmlns="http://www.w3.org/1999/xhtml"
lang="$if(lang)$$lang$$else$sl$endif$"
xml:lang="$if(lang)$$lang$$else$sl$endif$"
2024-05-02 20:11:20 +02:00
$if(dir)$dir="$dir$"$endif$>
2024-03-17 16:49:51 +01:00
<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$" />
2024-03-18 21:08:43 +01:00
$else$
<meta name="description" content="bavbavhaus.net" />
2024-03-17 16:49:51 +01:00
$endif$
2024-04-12 22:30:16 +02:00
<title>bavbavhaus.net/$pagetitle$</title>
2024-03-17 18:23:14 +01:00
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" href="css/style.css" />
2024-03-17 16:49:51 +01:00
</head>
2024-04-22 14:52:02 +02:00
<body>
2024-03-17 16:49:51 +01:00
<main>
2024-05-02 20:11:20 +02:00
<article class="post">
<header>
<h1>
<a href="index.html">bavbavhaus.net</a>
/
<a href="$url$">$if(title)$$title$$else$$pagetitle$$endif$</a></h1>
$if(abstract)$
$abstract$
$endif$
</header>
$if(toc)$
<nav>
$if(toc-title)$
<h2>$toc-title$</h2>
$endif$
$table-of-contents$
</nav>
$endif$
$body$
2024-03-17 16:49:51 +01:00
</article>
2024-05-02 20:11:20 +02:00
$for(links)$
<article class="post link">
2024-04-12 22:30:16 +02:00
$it$
2024-03-17 16:49:51 +01:00
</article>
$endfor$
</main>
</body>
</html>