add flags to use no cache buster for image urls

This commit is contained in:
Simon Grim 2018-09-30 23:06:27 +05:00
parent febce70255
commit 74ddc61a9b
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ html, body
html
font-size: $global-font-size
background-color: #ddd
background-image: image-url("bg.png")
background-image: image-url("bg.png", false, false)
background-attachment: fixed
body

View File

@ -19,7 +19,7 @@ $menuBgColor : $dark-grey
max-width: 100%
width: $site-width
margin: auto
background: image-url("logo.png") no-repeat 50% 50%
background: image-url("logo.png", false, false) no-repeat 50% 50%
background-size: 20px
li
position: relative