mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-10-31 08:22:43 +01:00 
			
		
		
		
	🎨 add disqus support
This commit is contained in:
		| @@ -18,6 +18,25 @@ | |||||||
|     </ul> |     </ul> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|   </footer> |   </footer> | ||||||
|   <!-- Comments system area --> |   <!-- Comments system area start --> | ||||||
|  |   {{ if not (eq .Params.comments false) }} | ||||||
|  |   {{ if .Site.DisqusShortname }} | ||||||
|  |   <div id="disqus_thread"></div> | ||||||
|  |   <script> | ||||||
|  |     var disqus_shortname = '{{ .Site.DisqusShortname }}'; | ||||||
|  |     (function() { // DON'T EDIT BELOW THIS LINE | ||||||
|  |       var d = document, s = d.createElement('script'); | ||||||
|  |       s.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; | ||||||
|  |       s.setAttribute('data-timestamp', +new Date()); | ||||||
|  |       (d.head || d.body).appendChild(s); | ||||||
|  |     })(); | ||||||
|  |   </script> | ||||||
|  |   <noscript> | ||||||
|  |     Please enable JavaScript to view the | ||||||
|  |     <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a> | ||||||
|  |   </noscript> | ||||||
|  |   <!-- Comments system area end --> | ||||||
|  |   {{ end }} | ||||||
|  |   {{ end }} | ||||||
| </article> | </article> | ||||||
| {{ partial "footer.html" . }} | {{ partial "footer.html" . }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Lee
					Lee