Skip to content

Commit

Permalink
(*) fixed author image link
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Mar 19, 2016
1 parent 82f26a3 commit 5fbdd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/styles.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 5fbdd68

Please sign in to comment.