Add scripts/run for local development
Build and Deploy / build-and-deploy (push) Successful in 1m18s

This commit is contained in:
2026-07-08 12:15:28 -04:00
parent a047338210
commit b7d2732207
4 changed files with 23 additions and 0 deletions
+2
View File
@@ -54,6 +54,8 @@
<div class="form-group" style="flex: 1; min-width: 200px;">
<label for="podcast_author">Author</label>
<input type="text" id="podcast_author" name="podcast_author" class="nb-input blue"
value="{{.PodcastAuthor}}" />
</div>
<div class="form-group">
<label for="podcast_image">Podcast Image</label>
<div class="file-upload">
+2
View File
@@ -43,6 +43,8 @@
<div class="nb-form-group">
<label for="description">Description</label>
<textarea id="description" name="description" class="nb-textarea"
rows="4">{{if .Editing}}{{.Episode.Description}}{{end}}</textarea>
</div>
<div class="nb-form-group">
<label for="audio_file">Audio File</label>
<div class="file-upload">