aboutsummaryrefslogtreecommitdiffstats
path: root/libretube-theme
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-11 23:14:15 -0500
committerJesús <heckyel@hyperbola.info>2019-04-11 23:14:15 -0500
commitd9f9513c2717a3f37931cc7db3879dd5030181b2 (patch)
tree2fad9e72750eb0471f31d68b6606bea303a6c909 /libretube-theme
parent5240157115d82bde3b076c5d03d1915a8f0bec0e (diff)
downloadlibretube-d9f9513c2717a3f37931cc7db3879dd5030181b2.tar.lz
libretube-d9f9513c2717a3f37931cc7db3879dd5030181b2.tar.xz
libretube-d9f9513c2717a3f37931cc7db3879dd5030181b2.zip
minor fix
Diffstat (limited to 'libretube-theme')
-rw-r--r--libretube-theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html
index 3c5aa4b..4588849 100644
--- a/libretube-theme/templates/base.html
+++ b/libretube-theme/templates/base.html
@@ -1,6 +1,6 @@
<!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: http://ogp.me/ns# {% if article %}article: http://ogp.me/ns/video#{% endif%}"{% if article %} itemscope itemtype="https://schema.org/VideoObject"{% endif %}>
{% block head %}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">