From 71a1b8527c2d6bc8e84185706db0f6df68771486 Mon Sep 17 00:00:00 2001 From: WuChang <3142324836@qq.com> Date: Mon, 8 Apr 2024 15:11:39 +0800 Subject: [PATCH] Fixed gitalk id --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a939436..a1b50a1 100644 --- a/index.html +++ b/index.html @@ -128,7 +128,8 @@ owner: 'Do-sth-sharp', admin: ['FangCunWuChang', 'LiuYunPlayer', 'ChunShuiZi'], // facebook-like distraction free mode - distractionFreeMode: true + distractionFreeMode: true, + id: window.location.hash.split("?")[0] })