Skip to content

Commit b52f011

Browse files
author
Li Fan
committed
Nikola auto commit.
Source commit: dbaa58a Nikola version: 8.0.4
1 parent f769cc5 commit b52f011

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ <h1 class="title-blog">
5555
</span>
5656
<span class="dateline"><a href="posts/hello/" rel="bookmark">
5757
<i class="mdi-device-access-time"></i><time class="published dt-published" datetime="2020-03-04T12:02:58+08:00" title="2020-03-04 12:02">2020-03-04 12:02</time></a></span>
58+
<span class="commentline"> <a href="posts/hello/#disqus_thread" data-disqus-identifier="cache/posts/hello.html">评论</a>
59+
60+
</span>
5861
</div>
5962
<hr></header><div class="e-content entry-content">
6063
<div id="outline-container-sec-1" class="outline-2">
@@ -72,9 +75,8 @@ <h2 id="sec-2">this is second</h2>
7275
</article>
7376
</div>
7477

75-
76-
77-
</div>
78+
<script>var disqus_shortname="nikolademo";(function(){var a=document.createElement("script");a.async=true;a.src="https://"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script>
79+
</div>
7880
</div>
7981
</div>
8082
<button class="btn btn-fab btn-raised btn-material-green btn-footer" data-toggle="modal" data-target="#footer-dialog">

posts/hello/index.html

+26-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ <h1 class="title-blog">
5656
<a href="." rel="bookmark"><i class="mdi-device-access-time"></i>
5757
<time class="published dt-published" datetime="2020-03-04T12:02:58+08:00" itemprop="datePublished" title="2020-03-04 12:02">2020-03-04 12:02</time></a>
5858
</span>
59+
<span class="commentline"> <a href="#disqus_thread" data-disqus-identifier="cache/posts/hello.html">评论</a>
60+
61+
</span>
5962
</div>
6063

6164
<hr></header><div class="e-content entry-content" itemprop="articleBody text">
@@ -71,7 +74,29 @@ <h2 id="sec-1">hello world</h2>
7174
<h2 id="sec-2">this is second</h2>
7275
</div>
7376
</div>
74-
<aside class="postpromonav"><nav></nav></aside></article>
77+
<aside class="postpromonav"><nav></nav></aside><section class="comments"><h2>
78+
<i class="mdi-communication-forum"></i>评论</h2>
79+
<hr>
80+
<div id="disqus_thread"></div>
81+
<script>
82+
var disqus_shortname ="nikolademo",
83+
disqus_url="http://vgoah10.github.io/blog/posts/hello/",
84+
disqus_title="Hello",
85+
disqus_identifier="cache/posts/hello.html",
86+
disqus_config = function () {
87+
this.language = "zh_cn";
88+
};
89+
(function() {
90+
var dsq = document.createElement('script'); dsq.async = true;
91+
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
92+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
93+
})();
94+
</script><noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
95+
</noscript>
96+
<a href="https://disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a>
97+
98+
99+
</section></article><script>var disqus_shortname="nikolademo";(function(){var a=document.createElement("script");a.async=true;a.src="https://"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script>
75100
</div>
76101
</div>
77102
</div>

sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</url>
1616
<url>
1717
<loc>http://vgoah10.github.io/blog/archive.html</loc>
18-
<lastmod>2020-03-04T05:58:00Z</lastmod>
18+
<lastmod>2020-03-04T07:16:00Z</lastmod>
1919
</url>
2020
<url>
2121
<loc>http://vgoah10.github.io/blog/categories/</loc>

sitemapindex.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
</sitemap>
1212
<sitemap>
1313
<loc>http://vgoah10.github.io/blog/sitemap.xml</loc>
14-
<lastmod>2020-03-04T05:58:00Z</lastmod>
14+
<lastmod>2020-03-04T07:16:00Z</lastmod>
1515
</sitemap>
1616
</sitemapindex>

0 commit comments

Comments
 (0)