diff options
author | EuAndreh <eu@euandre.org> | 2020-12-28 12:41:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-28 12:44:35 -0300 |
commit | 00efddf19c2d1a5d0e6ea61ac1d2025805657206 (patch) | |
tree | 4ab6a57806e19939d2401afd57c1d0fbd73cb052 /_layouts/post.html | |
parent | Use proper test screencast file (diff) | |
download | euandre.org-00efddf19c2d1a5d0e6ea61ac1d2025805657206.tar.gz euandre.org-00efddf19c2d1a5d0e6ea61ac1d2025805657206.tar.xz |
Revert "Use WebM over MKV"
This reverts commit 75fe4f08cfe0ec4ffb09235d2e243507a0b2d767.
Keep TODOs.org comment, and extend it.
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index cdd9b93..1ba6d6e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -31,12 +31,12 @@ layout: default {% if page.video %} {% if site.flags.direct-video %} <video controls> - <source src="{% link /resources/screencasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.webm %}" type="video/webm"> + <source src="{% link /resources/screencasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.mkv %}" type="video/x-matroska"> </video> {% endif %} <div class="torrent-link"> - {% capture torrent-file %}{{ site.url }}/resources/screencasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.webm.torrent{% endcapture %} + {% capture torrent-file %}{{ site.url }}/resources/screencasts/{{ page.date | date: "%Y-%m-%d" }}-{{ page.slug }}.mkv.torrent{% endcapture %} <a href="{{ torrent-file }}">torrent</a> | <a href="/torrent.html?torrent={{ torrent-file | uri_escape }}">online webtorrent</a> |