Made the template more generic to work with other vid types potentially
This commit is contained in:
parent
79faca77fe
commit
0950a0af09
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<meta name="twitter:player:height" content="480" />
|
||||
<meta name="twitter:player:stream" content="{{ vidurl }}" />
|
||||
<meta name="twitter:player:stream:content_type" content="video/mp4" />
|
||||
<meta http-equiv = "refresh" content = "0; url = {{ tweeturl }}" />
|
||||
<meta http-equiv = "refresh" content = "0; url = {{ vidlink }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
Loading…
Reference in a new issue