Skip to content

Commit

Permalink
added the feedburner link and icon to the top navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim committed Jul 29, 2012
1 parent 8412b28 commit b08ddc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/themes/hooligan/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
<a href="http://www.linkedin.com/in/{{ site.author.linkedin }}" class="zocial linkedin icon" target="_blank"></a>
</li>
{% endif %}
{% if site.author.feedburner %}
<li>
<a href="http://feeds.feedburner.com/{{ site.author.feedburner }}" class="zocial rss icon" target="_blank"></a>
</li>
{% endif %}
</ul>
</div>
</div>
Expand Down

0 comments on commit b08ddc0

Please # to comment.