Browse Source

add flags to use no cache buster for image urls

nin-v2
Simon Grim 6 years ago
parent
commit
74ddc61a9b
  1. 2
      sass/base/_commons.sass
  2. 2
      sass/layout/_menu.sass

2
sass/base/_commons.sass

@ -14,7 +14,7 @@ html, body @@ -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

2
sass/layout/_menu.sass

@ -19,7 +19,7 @@ $menuBgColor : $dark-grey @@ -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

Loading…
Cancel
Save