diff --git a/server.js b/server.js
index 237a85e8..02d798c6 100644
--- a/server.js
+++ b/server.js
@@ -48,13 +48,10 @@ app.get('*', (req, res) => {
const user = JSON.parse(data)
info = `${year} ${user.copyright}`
theme = user.theme || "default"
- gravatar = user.gravatar ? `
` : ``
- // gravatar = '
';
+ gravatar = user.gravatar ? `
` : ``
}
// Parse the options specified in the URL
- // console.log(req.path.split('/'))
- const options = {}
res.set('Content-Type', 'text/html');
res.send(new Buffer.from(mustache.render(template, {
info,