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