texture to support baseurl

This commit is contained in:
John Hess 2024-06-05 00:17:18 -05:00
parent d0db79a8d2
commit 6f31817962
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<header class="header">
<header class="header" style="background-image: url('{{ site.baseurl }}/assets/images/btr-texture.png');"> <!-- set bg url here so we can apply site.baseurl -->
<div class="container">
<div class="header-area-wrapper">
<div class="header-menu">

View file

@ -53,7 +53,7 @@ a:active {
.header {
position: relative;
background-color: $gold;
background-image: url("/assets/images/btr-texture.png");
// Set background image in HTML so we can use site.baseurl
background-size: 170px;
padding: 0 0 100px 0;
text-align: center;