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:
authorMatt Stratton <matt.stratton@gmail.com>2017-06-06 06:30:25 +0300
committerGitHub <noreply@github.com>2017-06-06 06:30:25 +0300
commit1c56e3dc5a58c3a1f1f14194074c58ff397d7a6a (patch)
treec195b2870b24e51b908904dd383335f652ea084c /archetypes
parentf34f1ba8bc1cf03f5b4f74edae308d470aab9f9c (diff)
Add sponsor support (#119)
* Add sponsor support Fixes #113 * Add sponsor support Fixes #113 * Remove large SVG file
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/episode.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/archetypes/episode.md b/archetypes/episode.md
index 8942342..858678e 100644
--- a/archetypes/episode.md
+++ b/archetypes/episode.md
@@ -6,6 +6,7 @@ podcast_duration = ""
podcast_bytes = "" # the length of the episode in bytes
episode_image = "img/episode/default.jpg"
guests = []
+sponsors = []
episode = ""
title = ""
images = ["img/episode/default-social.jpg"]
@@ -13,5 +14,5 @@ author = "##" # The name of an author from your config.toml file
aliases = ["/##"]
youtube = ""
explicit = "no" # values are "yes" or "no"
-# media_override # if you have want to use a specific URL for the audio file
+# media_override # if you want to use a specific URL for the audio file
+++