Skip to content

Commit f4a84c0

Browse files
committed
Use site.baseurl for image url path in css
1 parent 43a0c08 commit f4a84c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/css/agency.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ header {
266266
text-align: center;
267267
color: #fff;
268268
background-attachment: scroll;
269-
background-image: url(../img/header-bg.jpg);
269+
background-image: url('{{ site.baseurl }}/img/header-bg.jpg');
270270
background-position: center center;
271271
background-repeat: none;
272272
-webkit-background-size: cover;
@@ -655,7 +655,7 @@ aside.clients img {
655655
656656
section#contact {
657657
background-color: #222;
658-
background-image: url(../img/map-image.png);
658+
background-image: url('{{ site.baseurl }}/img/map-image.png');
659659
background-position: center;
660660
background-repeat: no-repeat;
661661
}

0 commit comments

Comments
 (0)