Skip to content

Commit

Permalink
Merge pull request #2 from Sam0190/new_tag
Browse files Browse the repository at this point in the history
new tag itunes:type
  • Loading branch information
progressify authored Oct 28, 2022
2 parents 5ebc420 + 4bd146a commit 46c2377
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ title = ""
category = "Category"
sub_category = "Sub Category"
explicit = "no"
iTunesID = 12345677
itunesID = 12345677
itunes_type = "episodic" # accepted values are: "episodic" or "serial"
update_period = "weekly"
update_frequency = 1
funding_url = "https://example.com/funding"
funding_text = "Buy me a coffee"

[taxonomies]
podcast_tags = "podcast_tag"
podcast_tags = "podcast_tag"
1 change: 1 addition & 0 deletions layouts/podcast/podcast.rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
{{- if gt (len $key) 0 }}{{ $key }}{{ end -}}
{{- end -}}
</itunes:author>
<itunes:type>{{ .Site.Params.Podcast.itunes_type }}</itunes:type>
<itunes:summary>{{ .Site.Params.Podcast.summary | plainify }}</itunes:summary>
<description>{{ .Site.Params.Podcast.summary | plainify }}</description>
<itunes:owner>
Expand Down

0 comments on commit 46c2377

Please sign in to comment.