From 59d1e00e13e0b2e0c1f537fca63a2318b4081dda Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 8 Jul 2022 14:09:15 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/posts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/posts/single.html b/themes/buha/layouts/posts/single.html index 5a715416..c8542c7b 100644 --- a/themes/buha/layouts/posts/single.html +++ b/themes/buha/layouts/posts/single.html @@ -75,7 +75,7 @@ {{ else }} {{ $fname := . }} - {{ if not strings.HasSuffix $fname "md" }} + {{ if not (strings.HasSuffix $fname "md") }}
🗀 {{ $fname }}
{{ end }} {{ end }}