Example
Markdown usage
{{< button text="This is a button" url="https://www.hugolify.io/" blank="true" >}}
HTML rendered
<a
href="https://www.hugolify.io/"
class="btn btn-primary"
target="_blank"
rel="noreferrer noopener"
title="« This is a button » - external link"
>This is a button</a
>
Visual renderer
This is a buttonDatas
text: "" # string
url: "" # string
blank: false # boolean
class: "" # string
CMS
- Hugolify admin Available
- Decap CMS Available