Files
hugoDocs/layouts/partials/head/metadata-refreshredirect.html
T
2017-03-01 01:15:23 -06:00

5 lines
303 B
HTML

{{if and (eq .Kind "page") ( .Params.sitelink )}}
<link rel="canonical" href="{{.Permalink}}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="0; url={{if .Params.redirecturl}}{{.Params.redirecturl}}{{else}}{{.Params.sitelink}}{{end}}"/>
{{end}}