Skip to content

Commit

Permalink
Fix 'bg.jpg' replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal VanDerSwalmen committed Oct 16, 2018
1 parent 6c148f1 commit 0a08a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Expand Up @@ -34,7 +34,7 @@ googleAnalytics = ""

# If this param is set to true, every section gets an own background image (located at static/images)
# to change the image you could use the param picture on every section.
# If it's disabled you could change the background to overwrite the bg.png and overlay.png to set the background.
# If it's disabled you could change the background to overwrite the bg.jpg and overlay.png to set the background.
backgroundpersection = true

# hero Section
Expand Down
2 changes: 1 addition & 1 deletion static/css/main.css
Expand Up @@ -1312,7 +1312,7 @@
html {
background-color: #313a3d;
background-attachment: fixed, fixed;
background-image: url("images/overlay.png"), url("images/bg.jpg");
background-image: url("../../images/overlay.png"), url("../../images/bg.jpg");
background-position: top left, center center;
background-repeat: repeat, none;
background-size: auto, cover;
Expand Down

0 comments on commit 0a08a78

Please sign in to comment.