From 2ea1012c6a5868cf768751000312d1242c045c9a Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 10 Apr 2022 10:36:34 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/partials/layout/single/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/partials/layout/single/article.html b/themes/buha/layouts/partials/layout/single/article.html index 79ba38ab..6989c246 100644 --- a/themes/buha/layouts/partials/layout/single/article.html +++ b/themes/buha/layouts/partials/layout/single/article.html @@ -1,6 +1,6 @@ {{ $metas := dict "when" .context.Params.when "price" .context.Params.price "contact" .context.Params.contact "covid" .context.Params.covid }} -{{ if eq .context.Type "list" }} +{{ if eq .type "list" }} {{ $metas = dict "when" .context.Params.when "price" .context.Params.price }} {{ end }}