summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/response.js')
-rw-r--r--lib/response.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/response.js b/lib/response.js
index 9c710751..062bc5db 100644
--- a/lib/response.js
+++ b/lib/response.js
@@ -96,7 +96,8 @@ function showIndex(req, res, next) {
twitter: config.twitter,
github: config.github,
gitlab: config.gitlab,
- dropbox: config.dropbox
+ dropbox: config.dropbox,
+ google: config.google
});
res.write(content);
res.end();
@@ -127,7 +128,8 @@ function responseHackMD(res, note) {
twitter: config.twitter,
github: config.github,
gitlab: config.gitlab,
- dropbox: config.dropbox
+ dropbox: config.dropbox,
+ google: config.google
});
var buf = html;
res.writeHead(200, {