1
Fork 0

Make slide details redirect to slides

The URL remapping doesn't quite work as I wanted it, so this will do for now.
This commit is contained in:
Jake Howard 2022-11-16 23:18:35 +00:00
parent aeb2315a7b
commit ee1c543b5d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ .Params.slides }}</title>
<link rel="canonical" href="{{ .Params.slides }}"/>
<meta name="robots" content="noindex">
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="0; url={{ .Params.slides }}"/>
</head>
</html>