From 2931d3755bab657d9c4e0f4e853dccf8be9f014c Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Tue, 3 Nov 2020 18:08:55 -0500 Subject: [PATCH] Fixing non visable header image --- docs/_config.yml | 1 - docs/_layouts/splash.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 6a38ed42f..f63603173 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,7 +10,6 @@ includes_dir: _includes favicon: favicon.ico # For splash page layout only -headimage: /img/header.jpg headtext: Open Source Radio Automation headsubtext: Everything you need to get your terrestrial / on-line radio station up and broadcasting like a pro - without breaking the bank! # items below - only for first front page link diff --git a/docs/_layouts/splash.html b/docs/_layouts/splash.html index a9af2876c..c42b8820b 100644 --- a/docs/_layouts/splash.html +++ b/docs/_layouts/splash.html @@ -23,7 +23,7 @@ header.masthead { padding-top: 10rem; padding-bottom: calc(10rem - 56px); - background-image: url("{{ site.headimage }}"); + background-image: url("/img/header.jpg"); background-position: center center; background-size: cover; }