Toevoegen call-to-actions, controle dat cta-links valide zijn, opschonen dubbele H1's

This commit is contained in:
Michael Boelen 2023-06-26 20:58:05 +02:00
parent 249a95d96b
commit 48655f7593
8 changed files with 17 additions and 25 deletions

View file

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