1
Fork 0
This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
legacy-slides-index/layouts/_default/single.html
Jake Howard ee1c543b5d
Make slide details redirect to slides
The URL remapping doesn't quite work as I wanted it, so this will do for now.
2022-11-16 23:18:35 +00:00

10 lines
333 B
HTML

<!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>