Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ However, Privacy Guides *does* have social media accounts on a wide variety of p
- [:simple-x: X (Twitter)](https://x.com/privacy_guides)
- [:simple-youtube: YouTube](https://youtube.com/@privacyguides)
- [:simple-tiktok: TikTok](https://www.tiktok.com/@privacyguides)
- [:simple-facebook: Facebook](https://www.facebook.com/PrivacyGuides.org)

</div>

Expand Down
4 changes: 4 additions & 0 deletions theme/layouts/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ tags:
article:section: "{{ page.categories[0].title }}"
article:author: "https://www.privacyguides.org/articles/{{ page.authors[0].url }}"

# Facebook
article:publisher: "https://www.facebook.com/PrivacyGuides.org"
article:tag: "Technology"

# Mastodon
fediverse:creator: *author_mastodon

Expand Down
3 changes: 3 additions & 0 deletions theme/layouts/home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ tags:
og:image:height: "{{ image.height }}"
og:url: "{{ page.canonical_url }}"

# Facebook
article:publisher: "https://www.facebook.com/PrivacyGuides.org"

# Mastodon
fediverse:creator: "@[email protected]"

Expand Down
3 changes: 3 additions & 0 deletions theme/layouts/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ tags:
og:image:height: "{{ image.height }}"
og:url: "{{ page.canonical_url }}"

# Facebook
article:publisher: "https://www.facebook.com/PrivacyGuides.org"

# Mastodon
fediverse:creator: "@[email protected]"

Expand Down
3 changes: 3 additions & 0 deletions theme/layouts/pride.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ tags:
og:image:height: "{{ image.height }}"
og:url: "{{ page.canonical_url }}"

# Facebook
article:publisher: "https://www.facebook.com/PrivacyGuides.org"

# Twitter
twitter:card: summary_large_image
twitter:title: *page_title_with_site_name
Expand Down
Loading