mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
Add og: meta tags in subreddits_explore.pug
This commit is contained in:
@@ -2,6 +2,9 @@ doctype html
|
|||||||
html
|
html
|
||||||
head
|
head
|
||||||
title subreddits - explore
|
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
|
include includes/head.pug
|
||||||
body(class=""+ (user_preferences.theme === 'auto' ? 'dark' : user_preferences.theme) + "")
|
body(class=""+ (user_preferences.theme === 'auto' ? 'dark' : user_preferences.theme) + "")
|
||||||
include includes/topbar.pug
|
include includes/topbar.pug
|
||||||
|
|||||||
Reference in New Issue
Block a user