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

20 lines
420 B
HTML
Raw Permalink Normal View History

2024-08-15 07:43:06 +02:00
{{ if .Site.Config.Services.Disqus.Shortname }}
2022-04-12 19:11:58 +02: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 }}
2023-09-18 06:04:34 +02:00
{{ if .Site.Params.GiscusRepo}}
{{ partial "giscus.html" . }}
2024-04-09 14:03:09 +02:00
{{ end}}