Jake Howard
ee1c543b5d
The URL remapping doesn't quite work as I wanted it, so this will do for now.
10 lines
333 B
HTML
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>
|