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:
authorAndré Almeida <andrealmeid@riseup.net>2020-12-27 01:53:13 +0300
committerGitHub <noreply@github.com>2020-12-27 01:53:13 +0300
commitc292af4e6ad9f4738063c059c113dc1f898fd033 (patch)
treec57a269e07111229663e2aae817efd0190d9387b
parentdaf58ba49ff94436a05feae43ef6e325fb7035b9 (diff)
Fix "General Parameters" table rendering (#333)
This blank line was breaking the table rendering. :santa: Signed-off-by: André Almeida <andrealmeid@riseup.net>
-rw-r--r--REFERENCE.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 7d9fda1..5368e90 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -58,7 +58,6 @@ These should be set under the `[params]` section:
| `stitcher_subscribe` | No | The URL to your podcast on Stitcher. | "http://www.stitcher.com/podcast/arrested-devops-2/arrested-devops" |
| `soundcloud_subscribe` | No | The URL to your podcast's feed on Soundcloud | "http://feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss" |
| `pocketcasts_subscribe` | No | The URL to your podcast's feed on Pocketcasts | "http://pcasts.in/feed/feeds.soundcloud.com/users/soundcloud:users:203144248/sounds.rss" |
-
| `spotify_subscribe` | No | The URL to your podcast's page on Spotify | "https://open.spotify.com/show/7hHA2ZlfOmbwv96wEBaMR2?si=UeVjoWIVSqqLluJd4TlEUg" |
| `mailchimp_subscribe` | No | The URL for your MailChimp signup form. This can be acquired from creating a "Super Slim" Embedded form on MailChimp. Do NOT include the entire form HTML; you just need the path for the `form action`. | "//arresteddevops.us3.list-manage.com/subscribe/post?u=5e4cbcac996bb9df25f970a89&id=154fa76bcc" |
| `rss_subscribe` | No | Optional parameter to over-ride the RSS feed URL, in case you use something like Feedburner. You likely do NOT need to set this parameter unless you have a very good reason to do so. | "http://feeds.podtrac.com/VGAulpN7MY1U" |