1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-24 03:39:15 +00:00

fix(blog): HTML meta tags (#2721)

Signed-off-by: blacklight447 <niek@privacyguides.org>
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
2024-08-21 16:19:25 +00:00
committed by Daniel Gray
parent b6529e4a58
commit 4c33224d5f
9 changed files with 133 additions and 10 deletions

View File

@@ -79,9 +79,13 @@ tags:
og:image:height: "{{ image.height }}"
og:url: "{{ page.canonical_url }}"
# Mastodon
fediverse:creator: "@privacyguides@neat.computer"
# Twitter
twitter:site: "@privacy_guides"
twitter:card: summary_large_image
twitter.title: *page_title_with_site_name
twitter:title: *page_title_with_site_name
twitter:description: *page_description
twitter:image: "{{ image.url }}"