unauthorized space invaders

This commit is contained in:
Ted Unangst 2023-06-13 15:00:55 -04:00
parent e20c344f11
commit 23e2c9276a
1 changed files with 1 additions and 1 deletions

2
web.go
View File

@ -1041,7 +1041,7 @@ func honkology(honk *Honk) template.HTML {
<meta property="article:author" content="%s" />
<meta property="og:url" content="%s" />
<meta property="og:image" content="%s" />
<meta property="og:description" content = "%s" />`,
<meta property="og:description" content="%s" />`,
title, user.URL, honk.XID, imgurl, short)
}