summaryrefslogtreecommitdiff
path: root/layouts/brain-rot/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/brain-rot/baseof.html')
-rw-r--r--layouts/brain-rot/baseof.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html
deleted file mode 100644
index 3195652..0000000
--- a/layouts/brain-rot/baseof.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{ 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>