Fix broken sentence in multilingual sections

Fixes #316
This commit is contained in:
Bjørn Erik Pedersen 2018-01-28 10:33:02 +01:00
parent a76895ad2d
commit 55d16c9a16
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -188,7 +188,7 @@ To create a list of links to translated content, use a template similar to the f
{{ end }}
{{< /code >}}
The above can be put in a `partial` (i.e., inside `layouts/partials/`) and included in any template, be it for a [single content page][contenttemplate] or the [homepage][]. It will not print anything if there are no translations for a given page, or if there are translations---in the case of the homepage, section listing, etc.---a site with only render one language.
The above can be put in a `partial` (i.e., inside `layouts/partials/`) and included in any template, be it for a [single content page][contenttemplate] or the [homepage][]. It will not print anything if there are no translations for a given page.
The above also uses the [`i18n` function][i18func] described in the next section.