diff --git a/_sass/_base.scss b/_sass/_base.scss index 796bd8001..75d66be8d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -181,11 +181,11 @@ header { width: 100%; min-height: auto; overflow-y: hidden; - background: url("{{ site.baseurl }}/img/bg-pattern.png"), $head-primary; + background: url("ombiwebtest/img/bg-pattern.png"), $head-primary; /* fallback for old browsers */ - background: url("{{ site.baseurl }}/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary); + background: url("ombiwebtest/img/bg-pattern.png"), -webkit-linear-gradient(to left, $head-primary, $head-secondary); /* Chrome 10-25, Safari 5.1-6 */ - background: url("{{ site.baseurl }}/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary); + background: url("ombiwebtest/img/bg-pattern.png"), linear-gradient(to left, $head-primary, $head-secondary); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ color: white; .header-content { @@ -323,7 +323,7 @@ section { background-size: cover; -o-background-size: cover; background-position: center; - background-image: url('{{ site.baseurl }}/img/bg-cta.jpg'); + background-image: url('ombiwebtest/img/bg-cta.jpg'); padding: 250px 0; .cta-content { position: relative; @@ -352,7 +352,7 @@ section { background-size: cover; -o-background-size: cover; background-position: center; - background-image: url('{{ site.baseurl }}/img/donate.jpg'); + background-image: url('ombiwebtest/img/donate.jpg'); padding: 250px 0; .cta-content-donate { position: relative;