fix: podcast error (#2852)

This commit is contained in:
Cloud 2019-08-14 22:53:40 +08:00 committed by DIYgod
parent 3cc4d06dac
commit e7ed5b3800
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
{{ if itunes_author }}
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
{{else}}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
{{ /if }}