aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-28 19:02:07 -0300
committerEuAndreh <eu@euandre.org>2020-12-28 19:03:53 -0300
commit668dd6c9b72f962838e59cb7419b00690112b854 (patch)
tree90e3a77a03f254729c37f9d30493f80387179875 /_includes
parentRevert "Use proper test screencast file" (diff)
downloadeuandre.org-668dd6c9b72f962838e59cb7419b00690112b854.tar.gz
euandre.org-668dd6c9b72f962838e59cb7419b00690112b854.tar.xz
Move (again) to WebM for being more web friendly
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 628cd2c..83187d7 100644
--- a/_includes/feed.atom
+++ b/_includes/feed.atom
@@ -55,7 +55,7 @@
{% if is_audio %}
<enclosure url="{{ entry.url | replace: ".html", ".ogg" | absolute_url | xml_escape }}" type="audio/ogg" />
{% elsif is_video %}
- <enclosure url="{{ entry.url | replace: ".html", ".mkv.torrent" | absolute_url | xml_escape }}" type="application/x-bittorrent" />
+ <enclosure url="{{ entry.url | replace: ".html", ".webm.torrent" | absolute_url | xml_escape }}" type="application/x-bittorrent" />
{% endif %}
<category>EuAndreh</category>
<pubDate>{{ entry.date | date_to_xmlschema }}</pubDate>