diff options
Diffstat (limited to 'layouts/24-retired-bsd')
-rw-r--r-- | layouts/24-retired-bsd/baseof.html | 13 | ||||
-rw-r--r-- | layouts/24-retired-bsd/list.html | 2 | ||||
-rw-r--r-- | layouts/24-retired-bsd/redirect.html | 9 | ||||
-rw-r--r-- | layouts/24-retired-bsd/single.html | 2 |
4 files changed, 26 insertions, 0 deletions
diff --git a/layouts/24-retired-bsd/baseof.html b/layouts/24-retired-bsd/baseof.html new file mode 100644 index 0000000..8bed0a0 --- /dev/null +++ b/layouts/24-retired-bsd/baseof.html @@ -0,0 +1,13 @@ +{{ 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/24-retired-bsd/list.html b/layouts/24-retired-bsd/list.html new file mode 100644 index 0000000..e4e4a83 --- /dev/null +++ b/layouts/24-retired-bsd/list.html @@ -0,0 +1,2 @@ +{{ define "main" }} +{{ end }} diff --git a/layouts/24-retired-bsd/redirect.html b/layouts/24-retired-bsd/redirect.html new file mode 100644 index 0000000..599d57b --- /dev/null +++ b/layouts/24-retired-bsd/redirect.html @@ -0,0 +1,9 @@ +<!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/24-retired-bsd/single.html b/layouts/24-retired-bsd/single.html new file mode 100644 index 0000000..e4e4a83 --- /dev/null +++ b/layouts/24-retired-bsd/single.html @@ -0,0 +1,2 @@ +{{ define "main" }} +{{ end }} |