From 1b75fd41bd64aa4f169cd1bc8b728410cd4b3404 Mon Sep 17 00:00:00 2001 From: L Laniewski-Wollk Date: Tue, 18 Aug 2020 14:54:13 +1000 Subject: [PATCH] Revert "Adding background_position option" This reverts commit ed508759b2ecd6895ae963c025dab3b6b033ad57. --- exampleSite/config.yaml | 2 -- layouts/partials/sections/home.html | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 09774ed..f325cfb 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -32,8 +32,6 @@ params: # background image of the landing page background: "images/background.jpg" - # optional alignment of the background image - #background-position: center # Provide logos for your site. The inverted logo will be used in the initial # transparent navbar and the main logo will be used in the non-transparent navbar. diff --git a/layouts/partials/sections/home.html b/layouts/partials/sections/home.html index 0b4726f..2f825a7 100644 --- a/layouts/partials/sections/home.html +++ b/layouts/partials/sections/home.html @@ -1,8 +1,7 @@