From 8054c68e21d53c97a4caa32f9b5cacb836f11b2a Mon Sep 17 00:00:00 2001 From: qiwang067 Date: Sat, 15 May 2021 13:42:22 +0800 Subject: [PATCH] fix comments feature --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index bdd63b7..42fc2d0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,6 +54,7 @@ repo: 'easy-rl', owner: 'datawhalechina', admin: ['datawhalechina','qiwang067'], + title: location.hash.match(/#(.*?)([?]|$)/)[1], // 这个是设置 issue 对应的标题 id: location.hash.match(/#(.*?)([?]|$)/)[1], // facebook-like distraction free mode distractionFreeMode: false