From e63752b54ef23b4bb47fd8c08a5d0a585ea7d510 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Fri, 13 Sep 2019 18:31:05 +0200 Subject: [PATCH] Move podcast cover into assets/podcast --- _config.yml | 2 +- ...09-13-how-to-fund-a-privacy-oriented-start-up.md | 1 - assets/{img/podcast => podcast/img}/cover.png | Bin 3 files changed, 1 insertion(+), 2 deletions(-) rename assets/{img/podcast => podcast/img}/cover.png (100%) diff --git a/_config.yml b/_config.yml index 73e3c58..bc595cf 100644 --- a/_config.yml +++ b/_config.yml @@ -83,7 +83,7 @@ donations: ### Podcast podcast_feed_url: /podcast.xml -podcast_album_art: /assets/img/podcast/cover.png +podcast_album_art: /assets/podcast/img/cover.png podcast_owner: 'Safing' podcast_email: 'hello@safing.io' podcast_category: Business diff --git a/_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md b/_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md index 634dd73..fa91cb8 100644 --- a/_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md +++ b/_posts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md @@ -7,7 +7,6 @@ tags: - startup - funding - privacy -image: /assets/img/podcast/cover.png podcast_link: /assets/mp3/001 - How to fund a privacy oriented start up.mp3 podcast_file_size: 33.3 MB podcast_duration: "34:42" diff --git a/assets/img/podcast/cover.png b/assets/podcast/img/cover.png similarity index 100% rename from assets/img/podcast/cover.png rename to assets/podcast/img/cover.png