Add og: meta tags in privacypolicy.pug

This commit is contained in:
redmt 2022-06-10 16:09:14 +02:00
parent 0bf3ead82d
commit 9c8e72eccd
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ doctype html
html
head
title privacy policy - teddit
meta(property='og:title', content='privacy policy - 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