[base.html]: opengraph minor fix

This commit is contained in:
Jesús 2021-08-21 22:19:59 -05:00
parent 088c0bff2e
commit 6cc2e87e4d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}"> <html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}">
<head prefix="og: https://ogp.me/ns/{% if article %}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 %} {% block head %}
<!-- Meta Base --> <!-- Meta Base -->
<meta charset="UTF-8"/> <meta charset="UTF-8"/>