30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="alternate" type="application/rss+xml" title="vrijkorteverhalen.nl" href="/index.xml"/>
|
|
<title>{{ .Title }}</title>
|
|
<style type="text/css">
|
|
body { margin: 40px auto; max-width: 650px; line-height: 1.6; font-size: 18px; color: #000; padding:0 10px; }
|
|
h1, h2, h3 { line-height:1.2; }
|
|
a { color: #000; }
|
|
#footer { margin-top: 25px; text-align: center; }
|
|
</style>
|
|
<script data-goatcounter="https://vkv.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
|
</head>
|
|
<body>
|
|
<article>
|
|
<h1>{{ .Title }}</h1>
|
|
<a rel="author" href="https://erikwinter.nl/about">Erik Winter</a> -
|
|
<time pubdate="" datetime="{{ .DateShort }}">{{ .DateLong }}</time>.
|
|
{{ .Content }}
|
|
<p id="footer">
|
|
{{ if ne "" .PreviousLink -}}<a href="{{ .PreviousLink }}">Vorige</a>{{ end }}
|
|
{{ if ne "" .NextLink }}<a href="{{ .NextLink }}">Volgende</a>{{ end }}
|
|
</p>
|
|
</article>
|
|
</body>
|
|
</html>
|