Skip to content

Commit

Permalink
Fixed header url
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 10, 2020
1 parent 4b281db commit 6465495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ footer {
}

#homepage-header {
background-image: url("/assets/img/homepage-gradient.jpg");
background-image: url($header);
height: 530px;
}

Expand Down
1 change: 1 addition & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
---
$header: "{{ 'assets/img/homepage-gradient.jpg' | relative_url }}";
@import "style";

0 comments on commit 6465495

Please sign in to comment.