diff options
author | mms <michal@sapka.me> | 2024-05-28 22:54:14 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-05-28 22:54:14 +0200 |
commit | 12b576d58e143b0eabdcb2fde6ec08afa7485878 (patch) | |
tree | 116ecf34709fba44ca7dc7191c55d7a0a63c646e /layouts | |
parent | 5ed3c0a18535270e0dd9a1afa6b120f486203562 (diff) |
feat: unix hist as single art
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/unix-history/single.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/unix-history/single.html b/layouts/unix-history/single.html new file mode 100644 index 0000000..599d57b --- /dev/null +++ b/layouts/unix-history/single.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> |