diff --git a/themes/nluug/layouts/_default/baseof.html b/themes/nluug/layouts/_default/baseof.html index 490e8d1..de1596e 100644 --- a/themes/nluug/layouts/_default/baseof.html +++ b/themes/nluug/layouts/_default/baseof.html @@ -12,6 +12,24 @@ {{- block "main" . }} {{ .Content }} {{- end }} + + {{ partial "show-call-to-action.html" . }} + + {{ if isset .Params "show_child_pages" }} + {{ if eq .Params.show_child_pages true }} +
+

Relevante pagina's:

+ +
+ {{ end }} + {{ end }} + {{ if eq .Section "posts" }}
{{.Date.Format "January 2, 2006"}} ∙ diff --git a/themes/nluug/layouts/partials/show-call-to-action.html b/themes/nluug/layouts/partials/show-call-to-action.html new file mode 100644 index 0000000..4bb8e1d --- /dev/null +++ b/themes/nluug/layouts/partials/show-call-to-action.html @@ -0,0 +1,3 @@ +{{ if isset .Params "call_to_action" }} + {{ .Params.call_to_action }} +{{ end }}