From 6f318179621f739ffd0b849c74095ac1c0eceb9f Mon Sep 17 00:00:00 2001 From: John Hess Date: Wed, 5 Jun 2024 00:17:18 -0500 Subject: [PATCH] texture to support baseurl --- _includes/header.html | 2 +- _scss/pages/home.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index ff72624..c72e397 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,4 @@ -
+
diff --git a/_scss/pages/home.scss b/_scss/pages/home.scss index 5b6d5b5..c7714c9 100644 --- a/_scss/pages/home.scss +++ b/_scss/pages/home.scss @@ -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;