aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-24 18:50:02 -0300
committerEuAndreh <eu@euandre.org>2020-12-24 18:50:02 -0300
commit1b79e3743e07be797d6365bc8e9eb05904a0899d (patch)
tree5a08b575db3669be5396f473a3a46d8e34f0d1e2 /_layouts
parentTODOs.org: Mark a7b6b371-100c-48f4-a448-bfa39f88efce as done (diff)
downloadeuandre.org-1b79e3743e07be797d6365bc8e9eb05904a0899d.tar.gz
euandre.org-1b79e3743e07be797d6365bc8e9eb05904a0899d.tar.xz
Use MKV over webm
Diffstat (limited to '')
-rw-r--r--_layouts/cast.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/cast.html b/_layouts/cast.html
index 330aed7..42ab071 100644
--- a/_layouts/cast.html
+++ b/_layouts/cast.html
@@ -18,7 +18,7 @@ layout: post
{% if page.video %}
<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>