unauthorized space invaders
This commit is contained in:
parent
e20c344f11
commit
23e2c9276a
2
web.go
2
web.go
|
@ -1041,7 +1041,7 @@ func honkology(honk *Honk) template.HTML {
|
||||||
<meta property="article:author" content="%s" />
|
<meta property="article:author" content="%s" />
|
||||||
<meta property="og:url" content="%s" />
|
<meta property="og:url" content="%s" />
|
||||||
<meta property="og:image" 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)
|
title, user.URL, honk.XID, imgurl, short)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue