Toevoegen van optie 'call-to-action', per pagina in te stellen

This commit is contained in:
Michael Boelen 2023-05-10 20:32:23 +02:00
parent 65f4b73c6f
commit 4a5ce3fa0a
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{{ if isset .Params "call_to_action" }}
<a class="button" href="{{ .Params.call_to_action_url }}">{{ .Params.call_to_action }}</a>
{{ end }}