summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-15 10:58:41 +0800
committerCheng-Han, Wu2016-05-15 10:58:41 +0800
commit73835763c66a1e25ee1510a4a9d52c073115a39a (patch)
treebcbf39c232748900cbdbf0c9a4b45591657bac50 /lib/response.js
parenta70ebf77620d6c5651e092cc4998c416161746cf (diff)
parentb96cc4eb944d88beb5472ec3cea50a0cde6f5ce8 (diff)
Merge PR #118
Diffstat (limited to 'lib/response.js')
-rw-r--r--lib/response.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/response.js b/lib/response.js
index 994c65fe..99cd080a 100644
--- a/lib/response.js
+++ b/lib/response.js
@@ -94,6 +94,7 @@ function showIndex(req, res, next) {
facebook: config.facebook,
twitter: config.twitter,
github: config.github,
+ gitlab: config.gitlab,
dropbox: config.dropbox
});
res.write(content);
@@ -124,6 +125,7 @@ function responseHackMD(res, note) {
facebook: config.facebook,
twitter: config.twitter,
github: config.github,
+ gitlab: config.gitlab,
dropbox: config.dropbox
});
var buf = html;