hugo-theme-anubis2/layouts/partials/comments.html
2024-04-09 20:03:09 +08:00

20 lines
403 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}}