Files
2026-09-23 14:02:25 +02:00

13 lines
424 B
YAML
Vendored

tags:
og:type: website
og:title: '{{ page.meta.get("title", page.title) }}'
og:description: '{{ page.meta.get("description", config.site_description) | x }}'
og:image: '{{ image.url }}'
og:image:width: '{{ image.width }}'
og:image:height: '{{ image.height }}'
og:url: '{{ page.canonical_url }}'
twitter:card: summary_large_image
size: { width: 320, height: 168 }
layers:
- background: { color: '#123456' }