Add missing closing link tag

This commit is contained in:
Jan-Lukas Else 2022-03-25 15:11:41 +01:00
parent f13946472d
commit 89eb4ba9b8
1 changed files with 1 additions and 0 deletions

View File

@ -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