summaryrefslogtreecommitdiff
path: root/layouts/bsd
diff options
context:
space:
mode:
authorUser Mms <mms@voyager.local>2024-10-16 22:36:17 +0200
committerUser Mms <mms@voyager.local>2024-10-16 22:36:17 +0200
commit4bfd917c266fe3ad9bcd61748e8febe971e50006 (patch)
tree99d7df43d39e9876365f99a075d0a13560f04959 /layouts/bsd
parentb29c885dd8a4fad3a1e6b12e02fbd501f2edb7fc (diff)
feat: bsd & broken system
Diffstat (limited to 'layouts/bsd')
-rw-r--r--layouts/bsd/baseof.html13
-rw-r--r--layouts/bsd/list.html2
-rw-r--r--layouts/bsd/redirect.html9
-rw-r--r--layouts/bsd/single.html2
4 files changed, 0 insertions, 26 deletions
diff --git a/layouts/bsd/baseof.html b/layouts/bsd/baseof.html
deleted file mode 100644
index 8bed0a0..0000000
--- a/layouts/bsd/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://bsd.crys.site/{{ replace .RelPermalink "/bsd/" ""}}"/>
- </head>
-
-</html>
diff --git a/layouts/bsd/list.html b/layouts/bsd/list.html
deleted file mode 100644
index e4e4a83..0000000
--- a/layouts/bsd/list.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{{ define "main" }}
-{{ end }}
diff --git a/layouts/bsd/redirect.html b/layouts/bsd/redirect.html
deleted file mode 100644
index 599d57b..0000000
--- a/layouts/bsd/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/bsd/single.html b/layouts/bsd/single.html
deleted file mode 100644
index e4e4a83..0000000
--- a/layouts/bsd/single.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{{ define "main" }}
-{{ end }}