summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/abslangurl.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/abslangurl.md')
-rw-r--r--docs/content/en/functions/abslangurl.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/en/functions/abslangurl.md b/docs/content/en/functions/abslangurl.md
index 11d540bde..2e1996f7e 100644
--- a/docs/content/en/functions/abslangurl.md
+++ b/docs/content/en/functions/abslangurl.md
@@ -55,6 +55,7 @@ With `baseURL = https://example.org/docs/`
{{ absLangURL "/" }} → https://example.org/en/
{{ absLangURL "/articles" }} → https://example.org/en/articles
{{ absLangURL "/style.css" }} → https://example.org/en/style.css
+```
{{% note %}}
The last three examples are not desirable in most situations. As a best practice, never include a leading slash when using this function.