mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-06-01 16:14:01 +08:00
Update 4 files
- /_data/ai-cache.json - /_data/other_repo_list.csv - /assets/js/pjax.js - /_layouts/post.html
This commit is contained in:
@@ -162,7 +162,7 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu
|
||||
<div id="gitalk-container" data-page-id="{{ page.id }}"></div>
|
||||
|
||||
<script>
|
||||
var gitalk = new Gitalk(Object.assign({ id: '{{ page.id }}' }, GitalkConfig))
|
||||
gitalk.render('gitalk-container')
|
||||
var gitalk = new Gitalk($.extend({ id: '{{ page.id }}' }, GitalkConfig));
|
||||
gitalk.render('gitalk-container');
|
||||
</script>
|
||||
<!-- <![endif]-->
|
||||
Reference in New Issue
Block a user