summaryrefslogtreecommitdiff
path: root/layouts/brain-rot/baseof.html
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-11-15 23:04:10 +0100
committermms <git@sapka.me>2024-11-15 23:04:10 +0100
commit05f752c45080731cbfdf48461b6ca1746a4a7e81 (patch)
treeda25fc318c3f8e3f3b8c185264739a83a74bc168 /layouts/brain-rot/baseof.html
parenta697766000ef88873c4bf32de22f50f65be5121b (diff)
feat:move rest of br
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>