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/redirect.html | |
parent | 9a0b35a9f63efbe77042f638f4538060e7545212 (diff) |
feat: reunification unix hist
Diffstat (limited to 'content-org/retired-2024-unix-history/redirect.html')
-rw-r--r-- | content-org/retired-2024-unix-history/redirect.html | 9 |
1 files changed, 9 insertions, 0 deletions
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> |