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