Update 2 files

- /assets/js/gitalk.min.js
- /_layouts/post.html
This commit is contained in:
mayx 2025-05-25 14:33:36 +00:00
parent 2d757a0e7c
commit b7e3354701
2 changed files with 3 additions and 3 deletions

View File

@ -135,8 +135,8 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu
<script> <script>
var gitalk = new Gitalk({ var gitalk = new Gitalk({
clientID: (window.location.host != "mabbs.github.io")?'098934a2556425f19d6e':'36557aec4c3cb04f7ac6', clientID: '36557aec4c3cb04f7ac6',
clientSecret: (window.location.host != "mabbs.github.io")?'0bd44eed8425e5437ce43c4ba9b2791fbc04581d':'ac32993299751cb5a9ba81cf2b171cca65879cdb', clientSecret: 'ac32993299751cb5a9ba81cf2b171cca65879cdb',
repo: 'mabbs.github.io', repo: 'mabbs.github.io',
owner: 'Mabbs', owner: 'Mabbs',
admin: ['Mabbs'], admin: ['Mabbs'],

File diff suppressed because one or more lines are too long