diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-11 23:14:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-11 23:14:15 -0500 |
commit | d9f9513c2717a3f37931cc7db3879dd5030181b2 (patch) | |
tree | 2fad9e72750eb0471f31d68b6606bea303a6c909 | |
parent | 5240157115d82bde3b076c5d03d1915a8f0bec0e (diff) | |
download | libretube-d9f9513c2717a3f37931cc7db3879dd5030181b2.tar.lz libretube-d9f9513c2717a3f37931cc7db3879dd5030181b2.tar.xz libretube-d9f9513c2717a3f37931cc7db3879dd5030181b2.zip |
minor fix
-rw-r--r-- | libretube-theme/templates/base.html | 2 |
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"> |