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.
1 parent 8174473 commit 1bbdfabCopy full SHA for 1bbdfab
hugo-modules/core/utils/seo/private/get-data.html
@@ -92,9 +92,9 @@
92
----------------------------
93
We use the following logic
94
1. Every page: `Page title | Global site title`
95
- 2. Homepage: only `Global site title`
+ 2. On 404 Page: `404 | Global site title`
96
3. If no title is set, the `Global site title` is used
97
- 4. On 404 Page: `404 | Global site title` */}}
+ 4. Homepage: only `Global site title` */}}
98
{{ $title := "" }}
99
{{ with .Params.title }}
100
{{ $title = . }}
0 commit comments