feat: 🔧 tweak open graph page metadata
This commit is contained in:
parent
3fa15866cf
commit
3080efd63c
1 changed files with 2 additions and 1 deletions
|
@ -7,10 +7,11 @@
|
||||||
url = 'https://blog.sebin-nyshkim.net' + page.url,
|
url = 'https://blog.sebin-nyshkim.net' + page.url,
|
||||||
type = type,
|
type = type,
|
||||||
site_name = 'Sebin\'s Blog',
|
site_name = 'Sebin\'s Blog',
|
||||||
|
og_title = title,
|
||||||
og_image_width = image.width,
|
og_image_width = image.width,
|
||||||
og_image_height = image.height,
|
og_image_height = image.height,
|
||||||
og_image_alt = image.alt,
|
og_image_alt = image.alt,
|
||||||
og_image_type = image.type,
|
og_image_type = 'image/webp',
|
||||||
twitter_card_type = twitter.cardType,
|
twitter_card_type = twitter.cardType,
|
||||||
twitter_handle = twitter.account,
|
twitter_handle = twitter.account,
|
||||||
name = author.name,
|
name = author.name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue