Add og: meta tags for subreddit.pug

このコミットが含まれているのは:
redmt 2022-06-10 15:20:56 +02:00
コミット 811348c1af
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -2,6 +2,9 @@ doctype html
html
head
title /r/#{subreddit}
meta(property='og:title', content='/r/' + subreddit)
meta(property='og:description', content='' + unescape(subreddit_about.public_description_html, user_preferences))
include includes/meta_default.pug
include includes/head.pug
body(class=""+ (user_preferences.theme === 'auto' ? 'dark' : user_preferences.theme) + "")
include includes/topbar.pug