diff options
author | User Mms <mms@voyager.local> | 2024-10-15 23:16:59 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-15 23:16:59 +0200 |
commit | 749e2567b4745184425ca2234e1b820ba457eb32 (patch) | |
tree | 368f956bcef378c8fa8e0ddf008c97275a7c38b7 /content-org/retired-2024-unix-history | |
parent | 9a0b35a9f63efbe77042f638f4538060e7545212 (diff) |
feat: reunification unix hist
Diffstat (limited to 'content-org/retired-2024-unix-history')
4 files changed, 26 insertions, 0 deletions
diff --git a/content-org/retired-2024-unix-history/baseof.html b/content-org/retired-2024-unix-history/baseof.html new file mode 100644 index 0000000..54db2d9 --- /dev/null +++ b/content-org/retired-2024-unix-history/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://unixhist.crys.site/{{ replace .RelPermalink "/unix-history/" ""}}"/> + </head> + +</html> diff --git a/content-org/retired-2024-unix-history/list.html b/content-org/retired-2024-unix-history/list.html new file mode 100644 index 0000000..e4e4a83 --- /dev/null +++ b/content-org/retired-2024-unix-history/list.html @@ -0,0 +1,2 @@ +{{ define "main" }} +{{ end }} diff --git a/content-org/retired-2024-unix-history/redirect.html b/content-org/retired-2024-unix-history/redirect.html new file mode 100644 index 0000000..599d57b --- /dev/null +++ b/content-org/retired-2024-unix-history/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/content-org/retired-2024-unix-history/single.html b/content-org/retired-2024-unix-history/single.html new file mode 100644 index 0000000..e4e4a83 --- /dev/null +++ b/content-org/retired-2024-unix-history/single.html @@ -0,0 +1,2 @@ +{{ define "main" }} +{{ end }} |