aboutsummaryrefslogtreecommitdiff
path: root/_includes
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 /_includes
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--_includes/feed.atom2
1 files changed, 1 insertions, 1 deletions
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>