Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh-at-wiw authored Jun 22, 2018
1 parent 2fdc7db commit 47b0331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="md-flex__cell md-flex__cell--shrink">
<a href="{{nav.homepage.url}}" title="{{ config.site_name }}" class="{% if config.extra.logo %} md-logo {% else %} md-icon md-icon--home {% endif %} md-header-nav__button">
{% if config.extra.logo %}
<img src="{{ base_url }}/{{ config.extra.logo }}" width="24" height="24">
<img src="{{ base_url }}/{{ config.extra.logo }}" width="71" height="28">
{% endif %}
</a>
</div>
Expand Down

0 comments on commit 47b0331

Please sign in to comment.