added cache buster to favicon

This commit is contained in:
psychobunny
2016-03-11 14:06:39 -05:00
parent 4f84ec31f6
commit a6429af6c7

View File

@@ -46,7 +46,7 @@ module.exports = function(Meta) {
var defaultLinks = [{
rel: "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",
href: nconf.get('relative_path') + '/manifest.json'