Skip to content

Commit 8a6e88f

Browse files
committed
Use art work url for thumbnail
1 parent 8826da1 commit 8a6e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/podcasts/feed.rss.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ xml.rss :version => "2.0",
1616
xml.atom :link, :href => "https://coderdojo.jp/podcasts.rss",
1717
:rel => "self",
1818
:type => "application/rss+xml"
19-
xml.media :thumbnail, :url => "https://coderdojo.jp/img/logo.png"
19+
xml.media :thumbnail, :url => @art_work_url
2020
xml.media :keywords, "programming,education,opensource,community,coderdojo,software,development"
2121
xml.media :category, "Technology", :scheme => "http://www.itunes.com/dtds/podcast-1.0.dtd"
2222

0 commit comments

Comments
 (0)