Skip to content

Commit

Permalink
Merge pull request #50 from RSEToolkit/dev
Browse files Browse the repository at this point in the history
Fix bug with hero image
  • Loading branch information
davehorsfall committed Sep 26, 2023
2 parents 214f34b + 084cee5 commit 2b5408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</nav>
{% if page.layout == "home" %}
<header class="bg-gradient-dark">
<div class="page-header min-vh-75" style="background-image: url('../assets/img/hero-1.png');">
<div class="page-header min-vh-75" style="background-image: url('./assets/img/hero-1.png');">
<span class="mask bg-gradient-dark opacity-5"></span>
<div class="container">
<div class="row justify-content-center">
Expand Down

0 comments on commit 2b5408e

Please sign in to comment.