From a2f0d64e352563f37d0bb4e5c847aa4a80c4b7df Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 16 May 2024 18:31:23 -0400 Subject: [PATCH 1/2] Update Sites.md --- 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..5828e3706a 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 home page of the default content (first) language: ```go-html-template {{ with .Site.Sites.First }} From ce0366a9adf8600f191d8fd7402c4cb30b65bc0e Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 17 May 2024 11:12:52 -0400 Subject: [PATCH 2/2] jmooring's copyedits 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 5828e3706a..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 default content (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 }}