From bfaae0f7ba5c4b9d70d9f37b65ea765257aa5486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Kirst=C3=A4tter?= Date: Tue, 23 Jan 2018 07:30:03 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20Feedly=20URL=20and=20pro?= =?UTF-8?q?tocol=20(#418)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue * Changed Feedly URL to HTTPS protocol * Updated Feedly URL pattern --- author.hbs | 2 +- partials/site-nav.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/author.hbs b/author.hbs index 451218e866..8f3fcea26e 100644 --- a/author.hbs +++ b/author.hbs @@ -30,7 +30,7 @@ {{#if facebook}} {{> "icons/facebook"}} {{/if}} - {{> "icons/rss"}} + {{> "icons/rss"}} diff --git a/partials/site-nav.hbs b/partials/site-nav.hbs index 27080b7e29..b2e66abff8 100644 --- a/partials/site-nav.hbs +++ b/partials/site-nav.hbs @@ -23,7 +23,7 @@ {{#if @labs.subscribers}} Subscribe {{else}} - {{> "icons/rss"}} + {{> "icons/rss"}} {{/if}}