summary refs log tree commit diff
path: root/_layouts/post.html
diff options
context:
space:
mode:
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'],