mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 16:58:53 +00:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user