From d09ddb4769b503cd59edfc97353af1fd16e4c2ad Mon Sep 17 00:00:00 2001 From: f0x52 Date: Wed, 7 Sep 2022 16:53:12 +0200 Subject: [feature] opengraph meta tags (#806) * f0x gitignore additions * better meta title and descriptions * user avatar icon for thread and profile meta tags * use proper tag for image * whitespace * add noescapeAttr template function * use ogMeta struct for opengraph * maxOGDescriptionLength = 300 Co-authored-by: tsmethurst --- internal/web/thread.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/web/thread.go') diff --git a/internal/web/thread.go b/internal/web/thread.go index 3db4952c7..824d3c33c 100644 --- a/internal/web/thread.go +++ b/internal/web/thread.go @@ -108,6 +108,7 @@ func (m *Module) threadGETHandler(c *gin.Context) { "instance": instance, "status": status, "context": context, + "ogMeta": ogBase(instance).withStatus(status), "stylesheets": []string{ "/assets/Fork-Awesome/css/fork-awesome.min.css", "/assets/dist/status.css", -- cgit v1.2.3