[base.html]: opengraph minor fix
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user