First attempt at using isso for comments
This commit is contained in:
		
					parent
					
						
							
								fb5da3a1af
							
						
					
				
			
			
				commit
				
					
						da3f763f44
					
				
			
		
					 1 changed files with 9 additions and 4 deletions
				
			
		|  | @ -1,10 +1,15 @@ | |||
| 			{% if page.comments %} | ||||
| 				<h3 id="comments" class="t60">{{ site.data.language.comments_headline }}</h3> | ||||
| 			 | ||||
| 
 | ||||
| 			    <div id="disqus_thread"></div> | ||||
| 			    <script type="text/javascript"> | ||||
| 			    <script data-isso="//comments.dennogumi.org/" | ||||
|                                 src="//comments.dennogumi.org/js/embed.min.js" | ||||
|                                 data-isso-reply-to-self="false" | ||||
|                                 data-isso-vote="false"></script> | ||||
|                             <section id="isso-thread"></section> | ||||
| 			    <!--<script type="text/javascript"> | ||||
| 			        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ | ||||
| 			        var disqus_shortname = '{{ site.disqus_shortname }}';  | ||||
| 			        var disqus_shortname = '{{ site.disqus_shortname }}'; | ||||
|               var disqus_identifier = '{{ site.url }}{{ page.url }}'; | ||||
| 
 | ||||
| 			        /* * * DON'T EDIT BELOW THIS LINE * * */ | ||||
|  | @ -14,7 +19,7 @@ | |||
| 			            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | ||||
| 			        })(); | ||||
| 			    </script> | ||||
| 			    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> | ||||
| 			    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>--> | ||||
| 			{% endif %} | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue