mirror of
https://github.com/zensical/zensical.git
synced 2026-09-25 07:45:36 +00:00
13 lines
424 B
YAML
Vendored
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' }
|