From c8673f43ba330f88f74336b500ce0d082b3d378e Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:24:13 -0300 Subject: Fix #13 --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 94b560f..4ff8d75 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,7 +13,7 @@

{{ range (.GetTerms "tags") }} - #{{ lower .LinkTitle }} + #{{ lower .LinkTitle }} {{ end }}

{{ with .Site.Params.author.email }} -- cgit v1.2.3