mirror of
https://codeberg.org/teddit/teddit
synced 2025-02-16 20:20:36 +01:00
Add og: meta tags in privacypolicy.pug
This commit is contained in:
parent
0bf3ead82d
commit
9c8e72eccd
@ -2,6 +2,9 @@ doctype html
|
|||||||
html
|
html
|
||||||
head
|
head
|
||||||
title privacy policy - teddit
|
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user