Update base.html
This commit is contained in:
parent
a02663324e
commit
d958745a2a
|
@ -1,7 +1,10 @@
|
|||
{% extends "../base.html" %}
|
||||
|
||||
{% block title %}{{sitename}} - {{ filename }}{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<meta property="og:video" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}"/>
|
||||
<meta property="og:video:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}"/>
|
||||
{% endblock %}
|
||||
{% block bodymore %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Reference in New Issue