mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-20 22:00:42 +01:00
Add og: meta tags in user.pug
This commit is contained in:
parent
7a508c55ee
commit
7f8cc27ffb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user