7 lines
		
	
	
		
			266 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			266 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
 | 
						|
  {{ if .Site.DisqusShortname }}
 | 
						|
    <div class="comments">
 | 
						|
      {{ template "_internal/disqus.html" . }}
 | 
						|
    </div>
 | 
						|
  {{ end }}
 | 
						|
{{ end }} |