aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-28 12:41:35 -0300
committerEuAndreh <eu@euandre.org>2020-12-28 12:44:35 -0300
commit00efddf19c2d1a5d0e6ea61ac1d2025805657206 (patch)
tree4ab6a57806e19939d2401afd57c1d0fbd73cb052 /_layouts/post.html
parentUse proper test screencast file (diff)
downloadeuandre.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.html4
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>