shitty-ssg/cmd/ssg/resources/vkvnl/template/post.gohtml

30 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-12-31 13:28:09 +01:00
<!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; }
2020-12-31 13:28:09 +01:00
</style>
<script data-goatcounter="https://vkv.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
2020-12-31 13:28:09 +01:00
</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>