We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a0c08 commit f4a84c0Copy full SHA for f4a84c0
_includes/css/agency.css
@@ -266,7 +266,7 @@ header {
266
text-align: center;
267
color: #fff;
268
background-attachment: scroll;
269
- background-image: url(../img/header-bg.jpg);
+ background-image: url('{{ site.baseurl }}/img/header-bg.jpg');
270
background-position: center center;
271
background-repeat: none;
272
-webkit-background-size: cover;
@@ -655,7 +655,7 @@ aside.clients img {
655
656
section#contact {
657
background-color: #222;
658
- background-image: url(../img/map-image.png);
+ background-image: url('{{ site.baseurl }}/img/map-image.png');
659
background-position: center;
660
background-repeat: no-repeat;
661
}
0 commit comments