From dd722e4e18da6d879871930a704dc4334474b2a2 Mon Sep 17 00:00:00 2001 From: bittercode Date: Tue, 30 Mar 2021 00:03:04 +0200 Subject: [PATCH] ugh --- layouts/partials/review_meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/review_meta.html b/layouts/partials/review_meta.html index 006ed65..359610b 100644 --- a/layouts/partials/review_meta.html +++ b/layouts/partials/review_meta.html @@ -22,7 +22,7 @@
Rating: {{.Params.rating}}
-
Publication Date: {{.Format "02 January 2006" .Params.pubdate}}
+
Publication Date: {{ Format "02 January 2006" .Params.pubdate}}
{{ if isset .Params "topics" }} {{ $count := len .Params.topics }} {{ if gt $count 0 }} -- 2.45.2