hugo-theme-anubis2/layouts/partials/comments.html

19 lines
402 B
HTML
Raw Normal View History

2022-04-12 19:11:58 +02:00
{{ 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 }}
2023-09-18 06:04:34 +02:00
{{ if .Site.Params.GiscusRepo}}
{{ partial "giscus.html" . }}
{{ end}}