From 9017a71c79f4b038e4ddd5aaea6bba43f7892da4 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 22 Apr 2022 11:14:34 +0200 Subject: [PATCH] donations feature fix --- themes/buha/layouts/partials/snippets/article_metadata.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/partials/snippets/article_metadata.html b/themes/buha/layouts/partials/snippets/article_metadata.html index a5be1b52..6216be51 100644 --- a/themes/buha/layouts/partials/snippets/article_metadata.html +++ b/themes/buha/layouts/partials/snippets/article_metadata.html @@ -8,7 +8,7 @@ {{ if eq .price "free" }}
{{ if i18n "freeentry" }}{{ i18n "freeentry" }}{{ else }}{{ "Free Entry" }}{{ end }}
{{ else if eq .price "donation" }} -
{{ if i18n "donationentry" }}{{ i18n "donationaentry }}{{ else }}{{ "Voluntary Donation" }}{{ end }}
+
{{ if i18n "donationentry" }}{{ i18n "donationaentry }}{{ else }}Voluntary Donation{{ end }}
{{ else }}
{{ if i18n "entry" }}{{ i18n "entry" }}{{ else }}{{ "Entry" }}{{ end }}: {{ .price }}
{{ end }}