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

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