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/bsd/baseof.html | |
parent | f10a1070096953eaa3668ca660bffac193235ed2 (diff) |
feat: emacs/bsd moved
Diffstat (limited to 'layouts/bsd/baseof.html')
-rw-r--r-- | layouts/bsd/baseof.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/bsd/baseof.html b/layouts/bsd/baseof.html new file mode 100644 index 0000000..8bed0a0 --- /dev/null +++ b/layouts/bsd/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://bsd.crys.site/{{ replace .RelPermalink "/bsd/" ""}}"/> + </head> + +</html> |