Skip to content Skip to footer navigation

Link Modifier#

Generate an HTML link element with the value as href.

neat_site: http://example.com
yaml
yaml
{{ neat_site | link }}
antlers
antlers
<a href="http://example.com">http://example.com</a>
html
html