This repository has been archived on 2023-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
Files
sito-web/layouts/shortcodes/call-to-action.html
2023-05-21 17:01:29 +02:00

3 lines
127 B
HTML

<div class="text-center">
<a href="{{ .Get "url" }}" class="big-button green" target="_blank">{{ .Get "title" }}</a>
</div>