mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	comments: rm comments
- user needs to enable comments in hugo config
        + params:
            comments: true
    - disabled by default
			
			
This commit is contained in:
		| @@ -20,25 +20,9 @@ | |||||||
|     </ul> |     </ul> | ||||||
|   </footer> |   </footer> | ||||||
|   {{- end }} |   {{- end }} | ||||||
|   <!-- Comments area start --> |  | ||||||
|   {{- if not (eq .Params.comments false) }} |   {{- if $.Site.Params.comments }} | ||||||
|   {{- if .Site.DisqusShortname }} |   {{- partial "comments.html" . }} | ||||||
|   <div id="disqus_thread"></div> |  | ||||||
|   <script> |  | ||||||
|     var disqus_shortname = '{{ .Site.DisqusShortname }}'; |  | ||||||
|     (function () { |  | ||||||
|       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 area end --> |  | ||||||
|   {{- end }} |  | ||||||
|   {{- end }} |   {{- end }} | ||||||
| </article> | </article> | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								layouts/partials/comments.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								layouts/partials/comments.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | |||||||
|  | <!-- Comments area start --> | ||||||
|  | <!-- | ||||||
|  | to add comments read => https://gohugo.io/content-management/comments/ | ||||||
|  | --> | ||||||
|  | <!-- Comments area end --> | ||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange