mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
Merge branch 'master' of github.com:Jake0oo0/crafatar
This commit is contained in:
commit
330c4814d6
@ -3,7 +3,7 @@ var router = express.Router();
|
||||
|
||||
/* GET home page. */
|
||||
router.get('/', function(req, res) {
|
||||
res.render('index', { title: 'Crafatar', domain: "https://" + req.headers.host });
|
||||
res.render('index', { title: 'Crafatar', domain: "https://" + req.headers.host, commit: process.env.COMMIT_HASH || "unknown" });
|
||||
});
|
||||
|
||||
|
||||
|
||||
@ -59,3 +59,6 @@ block content
|
||||
.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}
|
||||
Loading…
x
Reference in New Issue
Block a user