From 314261bba55f590d106653c941e6d05866eb322e Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 5 Jan 2024 20:11:13 +0100 Subject: [PATCH] Correct indentation --- themes/tsc_vfl/layouts/shortcodes/tsc/vorstand.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }}