mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 08:54:49 +00:00
fix the updated time
This commit is contained in:
parent
f279abbee0
commit
b75c7793a4
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
@ -3,6 +3,6 @@ const fs = require("fs");
|
|||
let file = fs.readFileSync("index.html", "utf-8");
|
||||
file = file.replace(
|
||||
'<span class="last-updated"></span>',
|
||||
new Date().toString(),
|
||||
new Date().toUTCString(),
|
||||
);
|
||||
fs.writeFileSync("index.html", file);
|
||||
|
|
Loading…
Add table
Reference in a new issue