remove link to latest commit, wasn't working as expected

This commit is contained in:
jomo 2014-11-05 00:13:35 +01:00
parent 6eac9b907d
commit 9b3884d85a
2 changed files with 2 additions and 7 deletions

View File

@ -5,9 +5,7 @@ var router = express.Router();
router.get('/', function(req, res) { router.get('/', function(req, res) {
res.render('index', { res.render('index', {
title: 'Crafatar', title: 'Crafatar',
domain: "https://" + req.headers.host, domain: "https://" + req.headers.host
// see http://stackoverflow.com/a/14924922/2517068
commit: process.env.HEAD_HASH || "unknown"
}); });
}); });

View File

@ -59,6 +59,3 @@ block content
.sideface.Notch(title="Notch") .sideface.Notch(title="Notch")
.sideface.sk89q(title="sk89q") .sideface.sk89q(title="sk89q")
.sideface.md_5(title="md_5") .sideface.md_5(title="md_5")
hr
small Site version
a(href="https://github.com/Jake0oo0/crafatar/commit/#{commit}") #{commit}