We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37e49f1 + 0f8541a commit 3a4a20dCopy full SHA for 3a4a20d
hugo-modules/core/utils/seo/private/get-data.html
@@ -94,6 +94,9 @@
94
1. Every pages: `Page title | Global site title`
95
2. Homepage: only `Global site title` */}}
96
{{ $title := "" }}
97
+{{ with .Params.title }}
98
+ {{ $title = . }}
99
+{{ end }}
100
{{ with $seo_params.title }}
101
{{ $title = . }}
102
{{ end }}
0 commit comments