Add podcast email field for RSS itunes:owner tag
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:
2026-07-12 17:29:10 -04:00
parent 9011a00475
commit 9e9124ecb0
5 changed files with 39 additions and 10 deletions
+5
View File
@@ -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">