1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 20:31:05 +00:00

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:
2025-03-16 12:56:02 +00:00
committed by Daniel Gray
parent ae7109a6e0
commit accdff374c
3 changed files with 8 additions and 3 deletions

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 -->