Add og: meta tags in user.pug

このコミットが含まれているのは:
redmt 2022-06-10 16:10:28 +02:00
コミット 7f8cc27ffb
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -2,6 +2,8 @@ doctype html
html
head
title overview for #{data.username}
meta(property='og:title', content='u/' + data.username + ' - teddit')
include includes/meta_default.pug
include includes/head.pug
body(class=""+ (user_preferences.theme === 'auto' ? 'dark' : user_preferences.theme) + "")
include includes/topbar.pug