diff options
author | mms <michal@sapka.me> | 2024-09-20 20:06:17 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-09-20 20:06:17 +0200 |
commit | 4c09a9b465597051ffd3dd90c8e9afa28a8b39a1 (patch) | |
tree | 662df9c25c86253e7d6f7236c77bd27f68b45058 /layouts/cool-emacs/redirect.html | |
parent | f10a1070096953eaa3668ca660bffac193235ed2 (diff) |
feat: emacs/bsd moved
Diffstat (limited to 'layouts/cool-emacs/redirect.html')
-rw-r--r-- | layouts/cool-emacs/redirect.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/cool-emacs/redirect.html b/layouts/cool-emacs/redirect.html new file mode 100644 index 0000000..599d57b --- /dev/null +++ b/layouts/cool-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> |