diff options
Diffstat (limited to '')
-rw-r--r-- | _includes/feed.atom | 2 |
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> |