Site updated: 2021-04-10 20:27:29
This commit is contained in:
@ -348,16 +348,6 @@
|
||||
|
||||
|
||||
|
||||
<span class="post-comments-count">
|
||||
<span class="post-meta-divider">|</span>
|
||||
<span class="post-meta-item-icon">
|
||||
<i class="fa fa-comment-o"></i>
|
||||
</span>
|
||||
<a href="/2019/07/24/web-dvwa/#comments" itemprop="discussionUrl">
|
||||
<span class="post-comments-count gitment-comments-count" data-xid="/2019/07/24/web-dvwa/" itemprop="commentsCount"></span>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -671,13 +661,6 @@
|
||||
|
||||
|
||||
|
||||
<div class="comments" id="comments">
|
||||
|
||||
<div id="gitment-container"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1009,43 +992,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- LOCAL: You can save these files to your site and update links -->
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://aimingoo.github.io/gitmint/style/default.css">
|
||||
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>
|
||||
|
||||
<!-- END LOCAL -->
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
function renderGitment(){
|
||||
var gitment = new Gitmint({
|
||||
id: window.location.pathname,
|
||||
owner: 'Cool-Y',
|
||||
repo: 'gitment-comments',
|
||||
|
||||
lang: "" || navigator.language || navigator.systemLanguage || navigator.userLanguage,
|
||||
|
||||
oauth: {
|
||||
|
||||
|
||||
client_secret: '1c5db4da72df5e6fc318d12afe5f4406f7c54343',
|
||||
|
||||
client_id: '180955a2c3ae3d966d9a'
|
||||
}});
|
||||
gitment.render('gitment-container');
|
||||
}
|
||||
|
||||
|
||||
renderGitment();
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -350,16 +350,6 @@
|
||||
|
||||
|
||||
|
||||
<span class="post-comments-count">
|
||||
<span class="post-meta-divider">|</span>
|
||||
<span class="post-meta-item-icon">
|
||||
<i class="fa fa-comment-o"></i>
|
||||
</span>
|
||||
<a href="/2019/07/24/获取固件/#comments" itemprop="discussionUrl">
|
||||
<span class="post-comments-count gitment-comments-count" data-xid="/2019/07/24/获取固件/" itemprop="commentsCount"></span>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -554,13 +544,6 @@
|
||||
|
||||
|
||||
|
||||
<div class="comments" id="comments">
|
||||
|
||||
<div id="gitment-container"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -892,43 +875,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- LOCAL: You can save these files to your site and update links -->
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://aimingoo.github.io/gitmint/style/default.css">
|
||||
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>
|
||||
|
||||
<!-- END LOCAL -->
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
function renderGitment(){
|
||||
var gitment = new Gitmint({
|
||||
id: window.location.pathname,
|
||||
owner: 'Cool-Y',
|
||||
repo: 'gitment-comments',
|
||||
|
||||
lang: "" || navigator.language || navigator.systemLanguage || navigator.userLanguage,
|
||||
|
||||
oauth: {
|
||||
|
||||
|
||||
client_secret: '1c5db4da72df5e6fc318d12afe5f4406f7c54343',
|
||||
|
||||
client_id: '180955a2c3ae3d966d9a'
|
||||
}});
|
||||
gitment.render('gitment-container');
|
||||
}
|
||||
|
||||
|
||||
renderGitment();
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user