Add FACEBOOK_DESCRIPTION for short Open Graph preview text.

Use a dedicated og:description variable separate from SITE_DESCRIPTION, with fallback when unset.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-27 16:02:29 +02:00
parent 930e18d761
commit d87ad674ee
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<meta property="og:image" content="${OG_IMAGE_URL}">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:alt" content="${SITE_OG_IMAGE_ALT}">
<meta property="og:description" content="${SITE_DESCRIPTION}">
<meta property="og:description" content="${FACEBOOK_DESCRIPTION}">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="${SITE_TITLE}">
<meta name="twitter:image" content="${OG_IMAGE_URL}">