Add og: meta tags to about.pug

This commit is contained in:
redmt
2022-06-10 11:30:44 +02:00
parent 22328e318c
commit 12790f7e8e

View File

@@ -2,6 +2,13 @@ doctype html
html html
head head
title about - teddit title about - teddit
meta(name='twitter:card', content='summary')
meta(property='og:title', content='about - teddit')
meta(property='og:description', content='Teddit is a free and open source alternative Reddit front-end focused on privacy. Teddit doesn\'t require you to have JavaScript enabled in your browser.')
meta(property='og:image', content='/logo512.png')
meta(property='og:image:width', content='128')
meta(property='og:image:height', content='128')
meta(property='og:author_name', content='')
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