[base.html]: opengraph minor fix
This commit is contained in:
parent
088c0bff2e
commit
6cc2e87e4d
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<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 %}
|
||||
<!-- Meta Base -->
|
||||
<meta charset="UTF-8"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user