summary refs log tree commit diff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authormayx2025-05-25 14:33:36 +0000
committermayx2025-05-25 14:33:36 +0000
commitb7e335470198a502768095a995591c26d5510d0c (patch)
treecb01b69fe746c6cc2cc583a1b9b70ca70fda24aa /_layouts/post.html
parent2d757a0e7c324eb0e0c374318b8d2bceab37bbaa (diff)
Update 2 files
- /assets/js/gitalk.min.js
- /_layouts/post.html
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 982a3f8..1300465 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -135,8 +135,8 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu
 
 <script>
   var gitalk = new Gitalk({
-    clientID: (window.location.host != "mabbs.github.io")?'098934a2556425f19d6e':'36557aec4c3cb04f7ac6',
-    clientSecret: (window.location.host != "mabbs.github.io")?'0bd44eed8425e5437ce43c4ba9b2791fbc04581d':'ac32993299751cb5a9ba81cf2b171cca65879cdb',
+    clientID: '36557aec4c3cb04f7ac6',
+    clientSecret: 'ac32993299751cb5a9ba81cf2b171cca65879cdb',
     repo: 'mabbs.github.io',
     owner: 'Mabbs',
     admin: ['Mabbs'],