6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/partials/show-call-to-action.html

4 lines
152 B
HTML

{{ if isset .Params "call_to_action" }}
<a class="button" href="{{ relref . .Params.call_to_action_url }}">{{ .Params.call_to_action }}</a>
{{ end }}