mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
add itunes podcast icon
This commit is contained in:
parent
347381cf45
commit
23f8efa109
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ module Agents
|
|||
<atom:link href=#{feed_url(secret: params['secret'], format: :xml).encode(xml: :attr)} rel="self" type="application/rss+xml" />
|
||||
<atom:icon>#{feed_icon.encode(xml: :text)}</atom:icon>
|
||||
#{hub_links}
|
||||
<itunes:image href=#{feed_icon.encode(xml: :attr)} />
|
||||
<title>#{feed_title.encode(xml: :text)}</title>
|
||||
<description>#{feed_description.encode(xml: :text)}</description>
|
||||
<link>#{feed_link.encode(xml: :text)}</link>
|
||||
|
|
Loading…
Add table
Reference in a new issue