30 lines
1.2 KiB
Plaintext
30 lines
1.2 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 { text-align: center; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<article>
|
||
|
<h1>{{ .Title }}</h1>
|
||
|
<a rel="author" href="https://erikwinter.nl/about">Erik Winter</a> -
|
||
|
<time pubdate="" datetime="{{ .DateShort }}">{{ .DateLong }}</time>.
|
||
|
{{ .Content }}
|
||
|
<hr>
|
||
|
<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>
|