2024-08-25 10:29:28 +00:00
|
|
|
{{ if .Site.Config.Services.Disqus.Shortname }}
|
2024-03-07 06:27:02 +00:00
|
|
|
{{ 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" . }}
|
2024-08-25 10:29:28 +00:00
|
|
|
{{ end}}
|