diff options
Diffstat (limited to '')
-rw-r--r-- | TODOs.org | 4 | ||||
-rw-r--r-- | _includes/feed.atom | 2 | ||||
-rw-r--r-- | _layouts/cast.html | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -55,10 +55,12 @@ CLOSED: [2020-12-24 jeu. 14:25] :END: - State "DONE" from "TODO" [2020-12-24 jeu. 14:25] - State "TODO" from [2020-12-24 jeu. 11:09] -** TODO Use =.mkv= over =.webm= for embedding subtitles +** DONE Use =.mkv= over =.webm= for embedding subtitles +CLOSED: [2020-12-24 jeu. 18:49] :PROPERTIES: :CUSTOM_ID: 6587304c-ee0d-4f40-b046-48de94d00629 :END: +- State "DONE" from "TODO" [2020-12-24 jeu. 18:49] - State "TODO" from [2020-12-24 jeu. 13:15] * Bugs :PROPERTIES: diff --git a/_includes/feed.atom b/_includes/feed.atom index 9297201..007032f 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -55,7 +55,7 @@ {% if is_audio %} <enclosure url="{{ '/' | absolute_url | xml_escape }}resources/podcasts/{{ entry.date | date: "%Y-%m-%d" }}-{{ entry.ref }}.ogg" type="audio/ogg" /> {% elsif is_video %} - <enclosure url="{{ '/' | absolute_url | xml_escape }}resources/screencasts/{{ entry.date | date: "%Y-%m-%d" }}-{{ entry.ref }}.webm.torrent" type="application/x-bittorrent" /> + <enclosure url="{{ '/' | absolute_url | xml_escape }}resources/screencasts/{{ entry.date | date: "%Y-%m-%d" }}-{{ entry.ref }}.mkv.torrent" type="application/x-bittorrent" /> {% endif %} <category>EuAndreh</category> <pubDate>{{ entry.date | date_to_xmlschema }}</pubDate> 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> |