mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-13 02:19:09 +00:00
5 lines
303 B
HTML
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}} |