Add podcast email field for RSS itunes:owner tag
Build and Deploy / build-and-deploy (push) Successful in 56s
Build and Deploy / build-and-deploy (push) Successful in 56s
Enables users to set a podcast contact email from the dashboard settings. This email is included in the RSS feed as itunes:owner/itunes:email, which podcast directories like Spotify and Apple Podcasts require for indexing and verification.
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
<input type="text" id="podcast_author" name="podcast_author" class="nb-input blue"
|
||||
value="{{.PodcastAuthor}}" placeholder="Podcast Host" />
|
||||
</div>
|
||||
<div class="form-group form-flex-1">
|
||||
<label for="podcast_email">Podcast Email</label>
|
||||
<input type="email" id="podcast_email" name="podcast_email" class="nb-input blue"
|
||||
value="{{.PodcastEmail}}" placeholder="podcast@example.com" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="podcast_image">Podcast Image</label>
|
||||
<div class="file-upload">
|
||||
|
||||
Reference in New Issue
Block a user