diff --git a/views/subreddits_explore.pug b/views/subreddits_explore.pug index 55fa309..6d8a455 100644 --- a/views/subreddits_explore.pug +++ b/views/subreddits_explore.pug @@ -2,6 +2,9 @@ doctype html html head title subreddits - explore + meta(property='og:title', content='explore subreddits - 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