Skip to content
Browse files

(*) fixed author image link

1 parent 82f26a3 commit 5fbdd68be444dc68e0c292159d67a8eb9ffd9939 @nisrulz nisrulz committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 _includes/styles.scss
View
2 _includes/styles.scss
@@ -232,7 +232,7 @@ body {
margin-bottom: 50px;
}
.author-image {
- background-image: url({{ site.baseurl }}/{{site.author_image}});
+ background-image: url({{ site.baseurl }}{{site.author_image}});
display: inline-block;
width: 30px;
height: 30px;

0 comments on commit 5fbdd68

Please sign in to comment.
Something went wrong with that request. Please try again.