Add og: meta tags in preferences.pug

This commit is contained in:
redmt 2022-06-10 16:08:58 +02:00
parent cc6c2a1cd6
commit 0bf3ead82d
1 changed files with 3 additions and 0 deletions

View File

@ -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