mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 09:04:39 -04:00
Fix abslangurl.md (#1919)
Last missing closing highlighting markers break page layout.
This commit is contained in:
parent
bf2c456173
commit
4fd934f616
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user