noscript for home and category view (although it's not quite working for

category view yet)
This commit is contained in:
Julian Lam
2013-06-14 13:01:24 -04:00
parent df5518f218
commit 05b91caf6c
9 changed files with 107 additions and 25 deletions

2
app.js
View File

@@ -51,7 +51,7 @@ fs.readFile(path.join(__dirname, 'config.json'), function(err, data) {
'emails/reset', 'emails/reset_plaintext', 'emails/email_confirm', 'emails/email_confirm_plaintext',
'emails/header', 'emails/footer', 'install/header', 'install/footer', 'install/redis',
'noscript/topic'
'noscript/header', 'noscript/home', 'noscript/category', 'noscript/topic'
]);
templates.ready(function() {