@@ -25,27 +25,8 @@ <h1>{{ page.title }}</h1>
25
25
{{ content }}
26
26
< br >
27
27
28
- < div id ="disqus_thread "> </ div >
29
- < script >
30
-
31
- /**
32
- * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
33
- * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
34
- /*
35
- var disqus_config = function () {
36
- this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
37
- this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
38
- };
39
- */
40
- ( function ( ) { // DON'T EDIT BELOW THIS LINE
41
- var d = document , s = d . createElement ( 'script' ) ;
42
- s . src = '//vuejs-kr.disqus.com/embed.js' ;
43
- s . setAttribute ( 'data-timestamp' , + new Date ( ) ) ;
44
- ( d . head || d . body ) . appendChild ( s ) ;
45
- } ) ( ) ;
46
- </ script >
47
- < noscript > Please enable JavaScript to view the < a href ="https://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
48
-
28
+ <!-- disqus comment -->
29
+ < div id ="disqus_thread "> </ div >
49
30
50
31
< div class ="">
51
32
< script type ='text/javascript ' src ='https://ko-fi.com/widgets/widget_2.js '> </ script >
@@ -98,3 +79,23 @@ <h4 class="post-title">{{ post.title }}</h4>
98
79
} ) ;
99
80
} ) ;
100
81
</ script >
82
+
83
+ < script >
84
+
85
+ /**
86
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
87
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
88
+ /*
89
+ var disqus_config = function () {
90
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
91
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
92
+ };
93
+ */
94
+ ( function ( ) { // DON'T EDIT BELOW THIS LINE
95
+ var d = document , s = d . createElement ( 'script' ) ;
96
+ s . src = '//vuejs-kr.disqus.com/embed.js' ;
97
+ s . setAttribute ( 'data-timestamp' , + new Date ( ) ) ;
98
+ ( d . head || d . body ) . appendChild ( s ) ;
99
+ } ) ( ) ;
100
+ </ script >
101
+ < noscript > Please enable JavaScript to view the < a href ="https://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
0 commit comments