diff --git a/themes/nluug/layouts/partials/show-image.html b/themes/nluug/layouts/partials/show-image.html index 4a11566..292e23a 100644 --- a/themes/nluug/layouts/partials/show-image.html +++ b/themes/nluug/layouts/partials/show-image.html @@ -23,7 +23,7 @@ {{- end }} {{ $img := imageConfig (add "/static" (.image | safeURL)) }} - {{ .alt }} + {{ .alt }} {{ if .figcaption }}
diff --git a/themes/nluug/layouts/person/single.html b/themes/nluug/layouts/person/single.html index a8c7fb9..49b9e1d 100644 --- a/themes/nluug/layouts/person/single.html +++ b/themes/nluug/layouts/person/single.html @@ -7,7 +7,7 @@ {{ $personid := .id }} {{ if .thumbnail }} {{ $alttext := printf "Foto van %s" .name }} - {{ partial "show-image.html" (dict "context" . "image" .thumbnail "alt" $alttext) }} + {{ partial "show-image.html" (dict "context" . "image" .thumbnail "above_the_fold" true "alt" $alttext) }} {{ end }} {{ $text }}