fixed subfolder installs again (a bit), also stopped apple-touch-icon from clobbering /apple-touch-icon

This commit is contained in:
Julian Lam
2014-03-11 19:41:58 -04:00
parent a500899fdf
commit 7111adb3c2
2 changed files with 3 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ middleware.renderHeader = function(req, res, callback) {
}],
defaultLinkTags = [{
rel: 'apple-touch-icon',
href: '/apple-touch-icon'
href: nconf.get('relative_path') + '/apple-touch-icon'
}],
templateValues = {
bootswatchCSS: meta.config['theme:src'],