diff --git a/themes/buha/layouts/partials/snippets/article_metadata.html b/themes/buha/layouts/partials/snippets/article_metadata.html index dd572128..a5be1b52 100644 --- a/themes/buha/layouts/partials/snippets/article_metadata.html +++ b/themes/buha/layouts/partials/snippets/article_metadata.html @@ -7,7 +7,7 @@ {{ if .price }} {{ if eq .price "free" }}
{{ if i18n "freeentry" }}{{ i18n "freeentry" }}{{ else }}{{ "Free Entry" }}{{ end }}
- {{ if eq .price "donation" }} + {{ else if eq .price "donation" }}
{{ if i18n "donationentry" }}{{ i18n "donationaentry }}{{ else }}{{ "Voluntary Donation" }}{{ end }}
{{ else }}
{{ if i18n "entry" }}{{ i18n "entry" }}{{ else }}{{ "Entry" }}{{ end }}: {{ .price }}