Skip to content

Commit 31f2490

Browse files
committed
Fixed Feedly URL and protocol
1 parent 7a4ab9c commit 31f2490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/author.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="author-bio">{{ author[1].bio }}</h2>
4242
{% if author[1].facebook %}
4343
<a class="social-link social-link-fb" href="https://facebook.com/{{ author[1].facebook }}" target="_blank" rel="noopener">{% include facebook.html %}</a>
4444
{% endif %}
45-
<a class="social-link social-link-rss" href="http://cloud.feedly.com/#subscription/feed/{{ site.url }}{{ site.baseurl }}author/{{ page.author }}/feed.xml" target="_blank" rel="noopener">{% include rss.html %}</a>
45+
<a class="social-link social-link-rss" href="https://feedly.com/i/subscription/feed/{{ site.url }}{{ site.baseurl }}author/{{ page.author }}/feed.xml" target="_blank" rel="noopener">{% include rss.html %}</a>
4646
</div>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)