27
27
< div class ="comments ">
28
28
{% include comments.html %}
29
29
</ div >
30
+
31
+ < div id ="disqus_thread "> </ div >
32
+ < script >
33
+
34
+ /**
35
+ * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
36
+ * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
37
+ /*
38
+ var disqus_config = function () {
39
+ this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
40
+ this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
41
+ };
42
+ */
43
+ ( function ( ) { // DON'T EDIT BELOW THIS LINE
44
+ var d = document , s = d . createElement ( 'script' ) ;
45
+ s . src = 'https://https-github-com-finalxcode-stardust-github-io.disqus.com/embed.js' ;
46
+ s . setAttribute ( 'data-timestamp' , + new Date ( ) ) ;
47
+ ( d . head || d . body ) . appendChild ( s ) ;
48
+ } ) ( ) ;
49
+ </ script >
50
+ < noscript > Please enable JavaScript to view the < a href ="https://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
51
+
0 commit comments