Fixing non visable header image
This commit is contained in:
parent
5e45a3b74d
commit
2931d3755b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue