diff --git a/themes/nluug/layouts/partials/show-image-of-person.html b/themes/nluug/layouts/partials/show-image-of-person.html new file mode 100644 index 0000000..3aa668e --- /dev/null +++ b/themes/nluug/layouts/partials/show-image-of-person.html @@ -0,0 +1,19 @@ +{{ $size_in_pixels := 150 }} +{{ if .profile_details }} +
+ {{ if .profile_details.thumbnail }} +
+ {{ if .profile_details.profile_page }} + Foto van {{ .profile_details.name }} + {{ else }} + Foto van {{ .profile_details.name }} + {{ end }} + {{ if not .hide_figcaption }} +
+ {{ .profile_details.name }} +
+ {{ end }} +
+ {{ end }} +
+{{ end }}