Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Pope <darin@planetpope.com>2020-09-04 22:08:15 +0300
committerGitHub <noreply@github.com>2020-09-04 22:08:15 +0300
commit667623084041fa5e7a68de8b1df795a1277476f7 (patch)
treed368d65080fbf79251b4fc0fa6a59b66a191a431 /REFERENCE.md
parent39ea418ccd7505c7457b686904e3cb1978d2be23 (diff)
Add itunes:subtitle tag (#290)
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 9355cc5..d740543 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -279,6 +279,7 @@ Graphical user interface influencer value proposition startup hackathon iPad ana
| `podcast_file` | Yes | The filename of your episode, relative to the `media_prefix` of your config.toml. | `"arrested-devops-podcast-episode053.mp3"` |
| `podcast_bytes` | No | The length of the podcast file in bytes. This is optional, but Apple Podcasts and many other podcast players prefer this to be set. | "23907533" |
| `Title` | Yes | The title of the episode. | "Back to School" |
+| `subtitle` | No | The subtitle of the episode. Only used in the RSS feed in the `itunes:subtitle` tag. If this value is empty/nil, the value from Description will be used. Truncated at 243 characters. | "Back to School" |
| `youtube` | No | The ID of the YouTube video (not the full URL). This will display the video on the episode page, and if you are using the row layout, it will display for the latest episode. | "8ClZXJsgpHY" |
| `truncate` | No | The number of characters to truncate the summary on the row layout.. The default value (if not set) is 600 characters. | "700" |
| `guid` | No | A fixed, globally unique identifier for the episode which should never change. If one is not specified the URL of the `podcast_file` will be used instead. | "aae20190418" |