feat(video): Use video thumbnail for social preview

This commit is contained in:
Jonah Aragon 2025-02-14 12:25:10 -06:00
parent f913f99747
commit d6d8332165
No known key found for this signature in database

View File

@ -21,16 +21,20 @@ definitions:
- &logo >-
theme/assets/brand/logos/svg/logo/privacy-guides-logo-notext-colorbg.svg
- &thumbnail >-
{%- if page.meta.get("thumbnail") -%}
{{ config.site_url }}{{ page.meta.get("thumbnail") | replace("https://", "assets/external/") }}
{%- else -%}
{{ image.url }}
{%- endif -%}
# Meta tags
tags:
# Open Graph
og:type: video.other
og:title: *page_title
og:description: *page_description
og:image: "{{ image.url }}"
og:image:type: "{{ image.type }}"
og:image:width: "{{ image.width }}"
og:image:height: "{{ image.height }}"
og:image: *thumbnail
og:url: "{{ page.canonical_url }}"
# Video
@ -50,7 +54,7 @@ tags:
twitter:card: summary_large_image
twitter:title: *page_title
twitter:description: *page_description
twitter:image: "{{ image.url }}"
twitter:image: *thumbnail
# -----------------------------------------------------------------------------
# Specification