diff options
author | mayx | 2025-05-25 14:33:36 +0000 |
---|---|---|
committer | mayx | 2025-05-25 14:33:36 +0000 |
commit | b7e335470198a502768095a995591c26d5510d0c (patch) | |
tree | cb01b69fe746c6cc2cc583a1b9b70ca70fda24aa /_layouts | |
parent | 2d757a0e7c324eb0e0c374318b8d2bceab37bbaa (diff) |
Update 2 files
- /assets/js/gitalk.min.js - /_layouts/post.html
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 4 |
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'], |