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
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@ doctype html
html
head
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
body(class=""+ (user_preferences.theme === 'auto' ? 'dark' : user_preferences.theme) + "")
include includes/topbar.pug