Fix typos for absLangURL and relLangURL functions

This commit is contained in:
Federico Bruni 2019-04-26 08:05:56 +02:00 committed by Bjørn Erik Pedersen
parent abab573356
commit bce1b18326

View File

@ -65,7 +65,7 @@ The following is an example:
{{< /code >}} {{< /code >}}
{{% note "`absLangURL` and `relLangURL`" %}} {{% note "`absLangURL` and `relLangURL`" %}}
Use the [`absLangUrl`](/functions/abslangurl) or [`relLangUrl`](/functions/rellangurl) functions if your theme makes use of the [multilingual feature](/content-management/multilingual/). In contrast to `absURL` and `relURL`, these two functions add the correct language prefix to the url. Use the [`absLangURL`](/functions/abslangurl) or [`relLangURL`](/functions/rellangurl) functions if your theme makes use of the [multilingual feature](/content-management/multilingual/). In contrast to `absURL` and `relURL`, these two functions add the correct language prefix to the url.
{{% /note %}} {{% /note %}}
## Section Menu for Lazy Bloggers ## Section Menu for Lazy Bloggers