From 7a508c55ee9dc5985abbfbd313aa579c86c65a8d Mon Sep 17 00:00:00 2001 From: redmt Date: Fri, 10 Jun 2022 16:10:14 +0200 Subject: [PATCH] Add og: meta tags in subreddits_explore.pug --- views/subreddits_explore.pug | 3 +++ 1 file changed, 3 insertions(+) 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