Generate an HTML link element with the value as href
.
neat_site: http://example.com
{{ neat_site | link }}
{{ Statamic::modify($neat_site)->link() }}
<a href="http://example.com">http://example.com</a>
link
ModifierGenerate an HTML link element with the value as href
.
neat_site: http://example.com
{{ neat_site | link }}
{{ Statamic::modify($neat_site)->link() }}
<a href="http://example.com">http://example.com</a>
Submit improvements, related content, or suggestions through Github.
Betterify this page →