2022-02-06 12:51:54 +00:00
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
{{ hugo.Generator }}
|
|
|
|
{{- $ver := partial "version.html" }}
|
|
|
|
{{- $ver = replaceRE "\\s*(\\S*)" "${1}" $ver }}
|
2022-02-06 11:51:13 +00:00
|
|
|
<meta name="generator" content="Relearn {{ $ver }}">
|
2022-02-06 12:51:54 +00:00
|
|
|
{{- partial "page-meta.go" . }}
|
|
|
|
{{- if not (and .Title (or (ne (.Scratch.Get "relearnIsHiddenStem") true) (ne .Site.Params.disableSeoHiddenPages true) ) ) }}
|
2021-09-09 20:26:24 +00:00
|
|
|
<meta name="robots" content="noindex, nofollow, noarchive, noimageindex">
|
2021-09-23 20:38:54 +00:00
|
|
|
{{- end }}
|
2021-09-09 20:26:24 +00:00
|
|
|
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}">
|
2022-02-06 12:51:54 +00:00
|
|
|
{{- with .Site.Params.author }}
|
2021-09-09 20:26:24 +00:00
|
|
|
<meta name="author" content="{{ . }}">
|
2022-02-06 12:51:54 +00:00
|
|
|
{{- end }}
|