summaryrefslogtreecommitdiff
path: root/layouts/brain-rot/baseof.html
blob: 31956523bdb137d15c1b83730a6889539f2fc919 (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://brainrot.crys.site/{{ replace .RelPermalink "/brain-rot/" ""}}"/>
  </head>

</html>