diff --git a/routes/index.js b/routes/index.js index 79f08f6..ee6e85e 100644 --- a/routes/index.js +++ b/routes/index.js @@ -5,9 +5,7 @@ var router = express.Router(); router.get('/', function(req, res) { res.render('index', { title: 'Crafatar', - domain: "https://" + req.headers.host, - // see http://stackoverflow.com/a/14924922/2517068 - commit: process.env.HEAD_HASH || "unknown" + domain: "https://" + req.headers.host }); }); diff --git a/views/index.jade b/views/index.jade index b066ab9..6d6bfcd 100644 --- a/views/index.jade +++ b/views/index.jade @@ -58,7 +58,4 @@ block content .sideface.Jake0oo0(title="Jake0oo0") .sideface.Notch(title="Notch") .sideface.sk89q(title="sk89q") - .sideface.md_5(title="md_5") - hr - small Site version - a(href="https://github.com/Jake0oo0/crafatar/commit/#{commit}") #{commit} \ No newline at end of file + .sideface.md_5(title="md_5") \ No newline at end of file