aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-21 22:09:59 -0500
committerJesús <heckyel@hyperbola.info>2021-08-21 22:09:59 -0500
commit088c0bff2e7030046d77494e33ecc28834dd0f21 (patch)
tree57dea1741279eda4fe0369fc82875a7fdef3ddca
parentb79c94afcc75bb3c2b3a5d520b36b59af9e95b1e (diff)
downloadlibretube-088c0bff2e7030046d77494e33ecc28834dd0f21.tar.lz
libretube-088c0bff2e7030046d77494e33ecc28834dd0f21.tar.xz
libretube-088c0bff2e7030046d77494e33ecc28834dd0f21.zip
base.html: fix opengraph type
-rw-r--r--libretube-theme/templates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html
index 126017b..0186285 100644
--- a/libretube-theme/templates/base.html
+++ b/libretube-theme/templates/base.html
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}">
- <head prefix="og: http://ogp.me/ns#{% if article %} article: http://ogp.me/ns/video#{% endif%}"{% if article %} itemscope itemtype="https://schema.org/VideoObject"{% endif %}>
+ <head prefix="og: https://ogp.me/ns/{% if article %}video{% endif %}#"{% if article %} itemscope itemtype="https://schema.org/VideoObject"{% endif %}>
{% block head %}
-
<!-- Meta Base -->
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>