diff options
author | mms <git@sapka.me> | 2024-11-15 23:04:10 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-15 23:04:10 +0100 |
commit | 05f752c45080731cbfdf48461b6ca1746a4a7e81 (patch) | |
tree | da25fc318c3f8e3f3b8c185264739a83a74bc168 /layouts/brain-rot/baseof.html | |
parent | a697766000ef88873c4bf32de22f50f65be5121b (diff) |
feat:move rest of br
Diffstat (limited to 'layouts/brain-rot/baseof.html')
-rw-r--r-- | layouts/brain-rot/baseof.html | 13 |
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> |