style(video): Video page metadata changes (#2956)

Signed-off-by: fria <fria@privacyguides.org>
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
Jonah Aragon 2025-03-16 12:56:02 +00:00 committed by Daniel Gray
parent ae7109a6e0
commit accdff374c
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3
3 changed files with 8 additions and 3 deletions

View File

@ -23,7 +23,7 @@ site_url: "https://www.privacyguides.org/videos/"
site_dir: "site/videos"
site_name: Privacy Guides
site_description: "Privacy Guides is the most popular & trustworthy non-profit privacy resource to find privacy tools and learn about protecting your digital life."
site_description: "This is our home for the latest video content from the Privacy Guides team. Privacy Guides is the most popular & trustworthy non-profit privacy resource to find privacy tools and learn about protecting your digital life."
edit_uri_template: blob/main/videos/{path}?plain=1
extra:

View File

@ -25,6 +25,10 @@
{% import "partials/nav-item.html" as item with context %}
{% block htmltitle %}
<title>[Video] {{ page.title | striptags }} - {{ config.site_name }}</title>
{% endblock %}
{% block extrahead %}
<script type="application/ld+json">
{
@ -39,7 +43,7 @@
"embedUrl": "{{ page.meta.embed }}"
}
</script>
<link rel="alternate" type="application/json+oembed" href="https://neat.tube/services/oembed?url={{ page.meta.peertube | urlencode |replace('/', '%2F')}}" title="It&#39;s time to stop using SMS, here&#39;s why!" />
<link rel="alternate" type="application/json+oembed" href="https://neat.tube/services/oembed?url={{ page.meta.peertube | urlencode |replace('/', '%2F')}}">
{% endblock %}
<!-- Page content -->

View File

@ -1,5 +1,6 @@
---
description: Privacy-related news stories, product reviews, opinion pieces, and other important articles from Privacy Guides contributors.
description: >-
This is our home for the latest video content from the Privacy Guides team. Be sure you are subscribed to find out about our latest uploads, and share these videos with your family and friends if you find them helpful!
template: video.html
hide:
- footer