diff --git a/themes/nluug/layouts/_default/baseof.html b/themes/nluug/layouts/_default/baseof.html index 856886c..0cd153a 100644 --- a/themes/nluug/layouts/_default/baseof.html +++ b/themes/nluug/layouts/_default/baseof.html @@ -17,16 +17,18 @@ {{ if isset .Params "show_child_pages" }} {{ if eq .Params.show_child_pages true }} -
-

Gerelateerde pagina's

- -
+ {{ if (gt (.Pages | len) 0) }} +
+

Gerelateerde pagina's

+ +
+ {{ end }} {{ end }} {{ end }}