putting cache buster back in header template arguments

This commit is contained in:
Julian Lam
2014-03-24 18:09:45 -04:00
parent 1487545fd2
commit 31606578f5
2 changed files with 1 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ middleware.renderHeader = function(req, res, callback) {
bootswatchCSS: meta.config['theme:src'],
title: meta.config.title || '',
description: meta.config.description || '',
'cache-buster': meta.config['cache-buster'] ? 'v=' + meta.config['cache-buster'] : '',
'brand:logo': meta.config['brand:logo'] || '',
'brand:logo:display': meta.config['brand:logo']?'':'hide',
csrf: res.locals.csrf_token,