19 lines
		
	
	
		
			No EOL
		
	
	
		
			402 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			402 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ if .Site.DisqusShortname }}
 | |
|     {{ partial "disqus.html" . }}
 | |
| {{ end }}
 | |
| 
 | |
| {{ if .Site.Params.UtterancesRepo }}
 | |
|     {{ partial "utterances.html" . }}
 | |
| {{ end }}
 | |
| 
 | |
| {{ if .Site.Params.isso.enabled }}
 | |
|     {{ partial "isso.html" . }}
 | |
| {{ end }}
 | |
| 
 | |
| {{ if .Site.Params.graphcommentId }}
 | |
|     {{ partial "graphcomment.html" . }}
 | |
| {{ end }}
 | |
| 
 | |
| {{ if .Site.Params.GiscusRepo}}
 | |
|     {{ partial "giscus.html" . }}
 | |
| {{ end}} |