From 1ef5a3e3e17f9d7234388d21e491972d0f6b244b Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Sun, 24 Apr 2016 14:41:27 -0400 Subject: [PATCH] fixed google analytics app.local --- config/express.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/express.js b/config/express.js index 7a341190..878450a3 100755 --- a/config/express.js +++ b/config/express.js @@ -38,7 +38,7 @@ module.exports = function(db) { }); // Setting application local variables - app.locals.google_analytics_id = config.app.oogle_analytics_id; + app.locals.google_analytics_id = config.app.google_analytics_id; app.locals.title = config.app.title; app.locals.description = config.app.description; app.locals.keywords = config.app.keywords;