Correct indentation

This commit is contained in:
Christian Wolf 2024-01-05 20:11:13 +01:00
parent 460abc3509
commit 314261bba5

View File

@ -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") }}