mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
parent
98843438c2
commit
2e17c77660
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ See the [Taxonomies documentation](@/documentation/templates/taxonomies.md) for
|
||||||
|
|
||||||
### `get_url`
|
### `get_url`
|
||||||
Gets the permalink for the given path.
|
Gets the permalink for the given path.
|
||||||
If the path starts with `@/`, it will be treated as an internal link like the ones used in Markdown,
|
If the path starts with `@/`, it will be treated as an [internal link](@/documentation/content/linking.md#internal-links) to a Markdown file,
|
||||||
starting from the root `content` directory as well as validated.
|
starting from the root `content` directory as well as validated.
|
||||||
|
|
||||||
```jinja2
|
```jinja2
|
||||||
|
|
Loading…
Reference in a new issue