summaryrefslogtreecommitdiff
path: root/layouts/24-retired-bsd/baseof.html
blob: 8bed0a0e7a56c99064000614acab8f2277d6d6d4 (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://bsd.crys.site/{{ replace .RelPermalink "/bsd/" ""}}"/>
  </head>

</html>