From 89eb4ba9b8096c7d055f2da95cf5ab072f532f7f Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Fri, 25 Mar 2022 15:11:41 +0100 Subject: [PATCH] Add missing closing link tag --- uiComponents.go | 1 + 1 file changed, 1 insertion(+) diff --git a/uiComponents.go b/uiComponents.go index 5d2e62b..de53770 100644 --- a/uiComponents.go +++ b/uiComponents.go @@ -171,6 +171,7 @@ func (a *goBlog) renderPostMeta(hb *htmlBuilder, p *post, b *configBlog, typ str } else { hb.writeEscaped(likeLink) } + hb.writeElementClose("a") hb.writeElementClose("div") } // Geo