summaryrefslogtreecommitdiff
path: root/internal/web/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/base.go')
-rw-r--r--internal/web/base.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/web/base.go b/internal/web/base.go
index 27e7d41c1..61b4634ed 100644
--- a/internal/web/base.go
+++ b/internal/web/base.go
@@ -37,5 +37,6 @@ func (m *Module) baseHandler(c *gin.Context) {
c.HTML(http.StatusOK, "index.tmpl", gin.H{
"instance": instance,
+ "ogMeta": ogBase(instance),
})
}