Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Fixed avatar img link on LINE51 (contained space) (daattali#448)
Browse files Browse the repository at this point in the history
Removed the extra space after {{ site.url }} and before "
  • Loading branch information
b-kennedy0 authored and daattali committed Jan 10, 2019
1 parent cbf763b commit be70a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{% elsif site.avatar and (layout.show-avatar or page.show-avatar) %}
<div class="avatar-container">
<div class="avatar-img-border">
<a href="{{ site.url }} ">
<a href="{{ site.url }}">
<img class="avatar-img" src="{{ site.avatar | prepend: site.baseurl | replace: '//', '/' }}" />
</a>
</div>
Expand Down

0 comments on commit be70a4d

Please sign in to comment.