We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6e88f commit 228fd6eCopy full SHA for 228fd6e
app/views/podcasts/feed.rss.builder
@@ -25,7 +25,7 @@ xml.rss :version => "2.0",
25
xml.itunes :subtitle, @description
26
xml.itunes :summary, "CoderDojo コミュニティに関わる方々をハイライトする教育系ポッドキャストです。"
27
xml.itunes :image, :href => @art_work_url
28
- xml.itunes :explicit, "clean"
+ xml.itunes :explicit, "no"
29
xml.itunes :owner do
30
xml.itunes :name, "Yohei Yasukawa"
31
xml.itunes :email, "yohei@coderdojo.jp"
0 commit comments