mirror of
				https://github.com/imfing/hextra.git
				synced 2025-11-04 06:35:04 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			314 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			314 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{- $enableComments := site.Params.comments.enable | default false -}}
 | 
						|
 | 
						|
{{ if not (eq .Params.comments nil) }}
 | 
						|
  {{ $enableComments = .Params.comments }}
 | 
						|
{{ end }}
 | 
						|
 | 
						|
{{- if $enableComments -}}
 | 
						|
  {{- if eq site.Params.comments.type "giscus" -}}
 | 
						|
    {{ partial "components/giscus.html" . }}
 | 
						|
  {{- end -}}
 | 
						|
{{- end -}}
 |