diff --git a/docs/content/content/multilingual.md b/docs/content/content/multilingual.md index 5d591bc29..44b425f95 100644 --- a/docs/content/content/multilingual.md +++ b/docs/content/content/multilingual.md @@ -190,9 +190,9 @@ The rendering of the main navigation works as usual. `.Site.Menus` will just con ```html
<!--more-->
exactly
## Showing Summaries
-You can show content summaries with the following code. You could do this, for example, on a [list](/templates/list/) node.
+You can show content summaries with the following code. You could do this, for example, on a [list](/templates/list/) page.
{{ range first 10 .Data.Pages }}
<!--more-->
at the appropriate place in the content page. See [Summaries](/content/summaries/) for more details.<!--more-->
at the appropriate place in the content page. See [Summaries](/content/summaries/) for more details.