Search
Search
Displays a call to action.
{{ $args := (dict
"url" "https://www.hugolify.io/"
"text" "Hugolify button"
"blank" true
) }}
{{ partial "commons/cta" $args }}
<a class="btn" href="https://www.hugolify.io/" target="_blank" rel="noreferrer noopener" title="Hugolify button - external link">Hugolify button</a>
url: "" // Button href
text: "" // Button text
blank: false // boolean, true to add target="_blank" (optional)
class: "" // Add additional class (optional)
title: "" // Add title attribute (optional)
hreflang: "" // Add hreflang attribute (optional)