blob: 54db2d9f1079dbaee98511414448cea7b544527c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{{ block "main" . }}
{{ end }}
<!DOCTYPE html>
<html>
<head>
<title>{{ .Title }}</title>
<link rel="canonical" href="/unix-history/"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="0; url=https://unixhist.crys.site/{{ replace .RelPermalink "/unix-history/" ""}}"/>
</head>
</html>
|