Skip to content

Commit

Permalink
Use absolute URL for banner image src (fixes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlue committed Aug 24, 2018
1 parent 214bed5 commit 9c93d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.scss
Expand Up @@ -41,7 +41,7 @@
}

.header {
background-image: url("{{ site.banner }}");
background-image: url("{{ site.baseurl }}{{ site.banner }}");
box-shadow: 0 0 3px #333;
@include transition(top, 0, 200ms);
left: 0;
Expand Down

0 comments on commit 9c93d9b

Please sign in to comment.