@@ -56,6 +56,9 @@ <h1 class="title-blog">
56
56
< a href =". " rel ="bookmark "> < i class ="mdi-device-access-time "> </ i >
57
57
< 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 >
58
58
</ span >
59
+ < span class ="commentline "> < a href ="#disqus_thread " data-disqus-identifier ="cache/posts/hello.html "> 评论</ a >
60
+
61
+ </ span >
59
62
</ div >
60
63
61
64
< hr > </ header > < div class ="e-content entry-content " itemprop ="articleBody text ">
@@ -71,7 +74,29 @@ <h2 id="sec-1">hello world</h2>
71
74
< h2 id ="sec-2 "> this is second</ h2 >
72
75
</ div >
73
76
</ 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 >
75
100
</ div >
76
101
</ div >
77
102
</ div >
0 commit comments