Skip to content

Commit

Permalink
Merge branch 'PunKeel-fix-no-avatar'
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanchandra committed Feb 22, 2015
2 parents d1c58f1 + 5b648b9 commit f083168
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<div class="branding">
{% if site.theme.gravatar %}
<a href="{{ site.baseurl }}/">
<img class="avatar" src="https://secure.gravatar.com/avatar/{{ site.theme.gravatar }}?s=100" alt=""/>
</a>
{% else if site.theme.avatar %}
<a href="{{ site.baseurl }}/">
<img class="avatar" src="/img/{{ site.theme.avatar }}" alt=""/>
</a>
<img class="avatar" src="https://secure.gravatar.com/avatar/{{ site.theme.gravatar }}?s=100" alt=""/>
</a>
{% elsif site.theme.avatar %}
<a href="{{ site.baseurl }}/">
<img class="avatar" src="/img/{{ site.theme.avatar }}" alt=""/>
</a>
{% endif %}

<h1 class="site-title">
Expand Down

0 comments on commit f083168

Please sign in to comment.