diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index c6a7c29..13dbf21 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -28,11 +28,9 @@ layout: default {% if page.video %} {% assign webm=page.url | replace_first: "/", "" | replace: ".html", ".webm" %} - {% if site.flags.direct-video %} - <video width="320" height="240" controls> - <source src="{% link {{ webm }} %}" type="video/webm" /> - </video> - {% endif %} + <video width="320" height="240" controls> + <source src="{% link {{ webm }} %}" type="video/webm" /> + </video> <div class="torrent-link"> {% capture torrent-file %}{{ webm | absolute_url | append: ".torrent" }}{% endcapture %} |