diff options
Diffstat (limited to 'retired-2024-emacs/redirect.html')
-rw-r--r-- | retired-2024-emacs/redirect.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/retired-2024-emacs/redirect.html b/retired-2024-emacs/redirect.html new file mode 100644 index 0000000..599d57b --- /dev/null +++ b/retired-2024-emacs/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> |