mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 14:31:29 +01:00
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
|
title: url_path
|
||
|
---
|
||
|
summary: The absolute URL path of the source object.
|
||
|
---
|
||
|
type: property
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
This is the absolute URL path to the page where the source object can be
|
||
|
reached when rendered. Typically the [url :ref](../../../templates/filters/url/)
|
||
|
filter or the [url_to :ref](../url-to/) method would be used.
|