summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authormetamuffin <yvchraiqi@protonmail.com>2022-06-07 15:44:01 +0200
committermetamuffin <yvchraiqi@protonmail.com>2022-06-07 15:44:01 +0200
commit60dd085449ac3d1e89f31b8845062c82889e6e2b (patch)
tree4076598932ad3cea3cd61768b989727b61ef78b9 /source
parent7ee47e2fa0eff925c955a857cbd481a71e3d327b (diff)
downloadmetamuffin-website-60dd085449ac3d1e89f31b8845062c82889e6e2b.tar
metamuffin-website-60dd085449ac3d1e89f31b8845062c82889e6e2b.tar.bz2
metamuffin-website-60dd085449ac3d1e89f31b8845062c82889e6e2b.tar.zst
changed disable.js once again
Diffstat (limited to 'source')
-rw-r--r--source/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/index.ts b/source/index.ts
index 72d1185..7c2a61b 100644
--- a/source/index.ts
+++ b/source/index.ts
@@ -7,7 +7,7 @@ const app = new Application()
const router = new Router()
const renderEnv = {
- commit: Deno.readTextFileSync("./.git/refs/heads/main").toString().substr(0, 8)
+ commit: Deno.readTextFileSync("./.git/refs/heads/main").toString().substring(0, 8)
}
const templates: Map<string, compileTemplate> = new Map()