added cache buster to favicon

v1.18.x
psychobunny 9 years ago
parent 4f84ec31f6
commit a6429af6c7

@ -46,7 +46,7 @@ module.exports = function(Meta) {
var defaultLinks = [{ var defaultLinks = [{
rel: "icon", rel: "icon",
type: "image/x-icon", type: "image/x-icon",
href: nconf.get('relative_path') + '/favicon.ico' href: nconf.get('relative_path') + '/favicon.ico?' + Meta.config['cache-buster']
}, { }, {
rel: "manifest", rel: "manifest",
href: nconf.get('relative_path') + '/manifest.json' href: nconf.get('relative_path') + '/manifest.json'

Loading…
Cancel
Save