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.
sito-web/layouts/shortcodes/call-to-action.html

3 lines
127 B
HTML

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