mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-04 13:20:07 -05:00
Add og: meta tags in subreddits_explore.pug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user