diff options
author | mms <michal@sapka.me> | 2024-05-30 22:45:57 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-30 22:45:57 +0200 |
commit | aa66b2014f9eff98b07dbe2d16717afbfe87fac3 (patch) | |
tree | 759eb69a8487398d1340b67757e9e00c7b8c9f8a /layouts/unix-history/redirect.html | |
parent | d4001f4c473e3c3fbff486420f7cddd9a65fc8a3 (diff) |
feat: new unix history layout
Diffstat (limited to 'layouts/unix-history/redirect.html')
-rw-r--r-- | layouts/unix-history/redirect.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/unix-history/redirect.html b/layouts/unix-history/redirect.html new file mode 100644 index 0000000..599d57b --- /dev/null +++ b/layouts/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> |