Skip to content

Commit 1bbdfab

Browse files
author
Dennis Lemm
committed
CR: changed the order of the comments in order to match order of appearance in the code
1 parent 8174473 commit 1bbdfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo-modules/core/utils/seo/private/get-data.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
----------------------------
9393
We use the following logic
9494
1. Every page: `Page title | Global site title`
95-
2. Homepage: only `Global site title`
95+
2. On 404 Page: `404 | Global site title`
9696
3. If no title is set, the `Global site title` is used
97-
4. On 404 Page: `404 | Global site title` */}}
97+
4. Homepage: only `Global site title` */}}
9898
{{ $title := "" }}
9999
{{ with .Params.title }}
100100
{{ $title = . }}

0 commit comments

Comments
 (0)