From a73bd2e3ec2700376bd66b643e8e45d51cdcd64a Mon Sep 17 00:00:00 2001 From: redmt Date: Fri, 10 Jun 2022 16:09:28 +0200 Subject: [PATCH] Add og: meta tags in saved.pug --- views/saved.pug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/saved.pug b/views/saved.pug index d31f4b6..5c4c244 100644 --- a/views/saved.pug +++ b/views/saved.pug @@ -2,6 +2,9 @@ doctype html html head title saved + meta(property='og:title', content='saved - teddit') + include includes/meta_default.pug + include includes/meta_description.pug include includes/head.pug body(class=""+ (user_preferences.theme === 'auto' ? 'dark' : user_preferences.theme) + "") include includes/topbar.pug