Learn

path

Contextualizes a path with the current site root.

{{ path }}

Displays a full URL to a given path with the current site root prepended.

Sample Usage

<p>
    You should <a href="{{ path src="contact" }}">contact us</a>.
</p>

Parameters

This tag accepts the following parameters:

  • src — the path to append to the site root

This article was last updated on September 13th, 2016. Find an error? Please let us know!