diff options
Diffstat (limited to 'content-org/retired-2024-unix-history/baseof.html')
-rw-r--r-- | content-org/retired-2024-unix-history/baseof.html | 13 |
1 files changed, 13 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> |