From 60071d923860158fd33aa0e74d05527f466fc63b Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 17 May 2024 11:14:57 -0400 Subject: [PATCH] Indicate that .Site.Sites.First returns the site corresponding to the default content language Co-authored-by: Joe Mooring --- content/en/methods/site/Sites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/site/Sites.md b/content/en/methods/site/Sites.md index 721c232c90..caa9ae1c24 100644 --- a/content/en/methods/site/Sites.md +++ b/content/en/methods/site/Sites.md @@ -49,7 +49,7 @@ Produces a list of links to each home page: ``` -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 }}