secure_url
Creates a url pointing to the SSL version of your site.
Specification
{{ url_path | secure_url }}
Parameter | Description | Example Values |
---|---|---|
url_path (required) | Specifies the url_path that you wish to link to your secure site. | “/my/link” |
Example Usage
{{ '/contact' | secure_url }}