diff --git a/themes/tsc_vfl/layouts/shortcodes/tsc/vorstand.html b/themes/tsc_vfl/layouts/shortcodes/tsc/vorstand.html index 3eb6dc6..c76cdc7 100644 --- a/themes/tsc_vfl/layouts/shortcodes/tsc/vorstand.html +++ b/themes/tsc_vfl/layouts/shortcodes/tsc/vorstand.html @@ -13,7 +13,7 @@ {{ if eq . "male" }} {{ $image = relURL "img/persons/male.png" }} {{ else }} - {{ $image = relURL "img/persons/female.png" }} + {{ $image = relURL "img/persons/female.png" }} {{ end }} {{ else }} {{ warnf "Cannot find sex of %s." ($.Get "name") }}