blob: 944354d5b5fedb09816c78bcdc18477b887a6861 (
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://emacs.crys.site/{{ replace .RelPermalink "/cool-emacs/" ""}}"/>
</head>
</html>
|