Skip to content

Commit

Permalink
Merge pull request ruhoh#3 from danakim/master
Browse files Browse the repository at this point in the history
The default layout was missing the feedburner link and icon in the nav bar
  • Loading branch information
dhulihan committed Jul 30, 2012
2 parents 8412b28 + b08ddc0 commit dcb8569
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 dcb8569

Please # to comment.