aboutsummaryrefslogtreecommitdiff
path: root/_includes
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 /_includes
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 '_includes')
-rw-r--r--_includes/feed.atom2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/feed.atom b/_includes/feed.atom
index 0d1e0a4..f28ef45 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>