feat: 🔧 tweak open graph page metadata

This commit is contained in:
Sebin Nyshkim 2025-04-20 11:20:19 +02:00
parent 3fa15866cf
commit 3080efd63c

View file

@ -7,10 +7,11 @@
url = 'https://blog.sebin-nyshkim.net' + page.url,
type = type,
site_name = 'Sebin\'s Blog',
og_title = title,
og_image_width = image.width,
og_image_height = image.height,
og_image_alt = image.alt,
og_image_type = image.type,
og_image_type = 'image/webp',
twitter_card_type = twitter.cardType,
twitter_handle = twitter.account,
name = author.name,