Toevoegen van optie 'call-to-action', per pagina in te stellen
This commit is contained in:
parent
65f4b73c6f
commit
4a5ce3fa0a
2 changed files with 21 additions and 0 deletions
3
themes/nluug/layouts/partials/show-call-to-action.html
Normal file
3
themes/nluug/layouts/partials/show-call-to-action.html
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue