Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit be70a4d

Browse files
b-kennedy0daattali
authored andcommitted
Fixed avatar img link on LINE51 (contained space) (daattali#448)
Removed the extra space after {{ site.url }} and before "
1 parent cbf763b commit be70a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{% elsif site.avatar and (layout.show-avatar or page.show-avatar) %}
4949
<div class="avatar-container">
5050
<div class="avatar-img-border">
51-
<a href="{{ site.url }}">
51+
<a href="{{ site.url }}">
5252
<img class="avatar-img" src="{{ site.avatar | prepend: site.baseurl | replace: '//', '/' }}" />
5353
</a>
5454
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /