Skip to content

Commit

Permalink
Indicate that .Site.Sites.First returns the site corresponding to the…
Browse files Browse the repository at this point in the history
… default content language

Co-authored-by: Joe Mooring <joe@mooring.com>
  • Loading branch information
chalin and jmooring committed May 17, 2024
1 parent 0a115cf commit 60071d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/methods/site/Sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 60071d9

Please sign in to comment.