diff options
Diffstat (limited to 'layouts/brain-rot')
-rw-r--r-- | layouts/brain-rot/baseof.html | 13 | ||||
-rw-r--r-- | layouts/brain-rot/list.html | 2 | ||||
-rw-r--r-- | layouts/brain-rot/redirect.html | 9 | ||||
-rw-r--r-- | layouts/brain-rot/single.html | 2 |
4 files changed, 0 insertions, 26 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> diff --git a/layouts/brain-rot/list.html b/layouts/brain-rot/list.html deleted file mode 100644 index e4e4a83..0000000 --- a/layouts/brain-rot/list.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ define "main" }} -{{ end }} diff --git a/layouts/brain-rot/redirect.html b/layouts/brain-rot/redirect.html deleted file mode 100644 index 599d57b..0000000 --- a/layouts/brain-rot/redirect.html +++ /dev/null @@ -1,9 +0,0 @@ -<!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=/unix-history/#{{ .Page.Params.link }}"/> - </head> -</html> diff --git a/layouts/brain-rot/single.html b/layouts/brain-rot/single.html deleted file mode 100644 index e4e4a83..0000000 --- a/layouts/brain-rot/single.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ define "main" }} -{{ end }} |