forked from tsc-vfl/hugo-page
Correct indentation
This commit is contained in:
parent
460abc3509
commit
314261bba5
@ -13,7 +13,7 @@
|
|||||||
{{ if eq . "male" }}
|
{{ if eq . "male" }}
|
||||||
{{ $image = relURL "img/persons/male.png" }}
|
{{ $image = relURL "img/persons/male.png" }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $image = relURL "img/persons/female.png" }}
|
{{ $image = relURL "img/persons/female.png" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ warnf "Cannot find sex of %s." ($.Get "name") }}
|
{{ warnf "Cannot find sex of %s." ($.Get "name") }}
|
||||||
|
Loading…
Reference in New Issue
Block a user