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-05-01 19:26:01 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-01 19:26:01 +0300
commit202e70e8ef45e8ea32097317b19c0bd930e5781d (patch)
treee7b8a77d459074a9a71d263cc861b05976985353 /archetypes
parent114e230cdfa890d324f7af7d9a6bf28711e30362 (diff)
Change to remove slashes
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/episode.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/episode.md b/archetypes/episode.md
index f7592e3..f5fd488 100644
--- a/archetypes/episode.md
+++ b/archetypes/episode.md
@@ -4,13 +4,13 @@ PublishDate = "" # this is the datetime for the when the epsiode was published.
podcast_file = "###.mp3" # the name of the podcast file, after the media prefix.
podcast_duration = ""
podcast_length = "" # the length of the episode in bytes
-episode_image = "/img/episode/default.jpg"
+episode_image = "img/episode/default.jpg"
categories = []
tags = []
guests = []
episode = ""
title = ""
-images = ["/img/episode/default-social.jpg"]
+images = ["img/episode/default-social.jpg"]
news_keywords = []
author = "##" # The name of an author from your config.toml file
aliases = ["/##"]