Skip to content

Commit

Permalink
feat(rss): add feedly button
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 3, 2015
1 parent 206e9a6 commit baf2b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _includes/sidebar.html
Expand Up @@ -14,6 +14,9 @@ <h2><a href="/about/" title="About">azu</a></h2>
<a class="rss" href="/rss/" title="RSS Feed">
<img src="/public/svg/feed.svg" alt="RSS">
</a>
<a href='http://cloud.feedly.com/#subscription%2Ffeed%2Fhttp%3A%2F%2Fjser.info%2Frss%2F' target='blank'>
<img id='feedlyFollow' src='http://s3.feedly.com/img/follows/feedly-follow-square-flat-green_2x.png'
alt='follow us in feedly' width='28' height='28'></a>
</div>

<nav>
Expand Down
2 changes: 1 addition & 1 deletion rss/index.xml
@@ -1,5 +1,5 @@
---
layout: none
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
Expand Down

0 comments on commit baf2b4c

Please sign in to comment.