Indicate that .Site.Sites.First returns the site corresponding to the default content language

Co-authored-by: Joe Mooring <joe@mooring.com>
This commit is contained in:
Patrice Chalin
2024-05-17 11:14:57 -04:00
committed by GitHub
parent 0a115cfdab
commit 60071d9238
+1 -1
View File
@@ -49,7 +49,7 @@ Produces a list of links to each home page:
</ul>
```
To render a link to home page of the primary (first) language:
To render a link to the home page of the site corresponding to the default content language:
```go-html-template
{{ with .Site.Sites.First }}