diff --git a/views/preferences.pug b/views/preferences.pug index 1292510..47a857f 100644 --- a/views/preferences.pug +++ b/views/preferences.pug @@ -2,6 +2,9 @@ doctype html html head title preferences - teddit + meta(property='og:title', content='preferences - 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