diff options
Diffstat (limited to '')
-rw-r--r-- | _layouts/cast.html | 2 |
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> |