Welcome to mirror list, hosted at ThFree Co, Russian Federation.

comments.html « partials « layouts - github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be5bf62b08cd814531d0e9b09cd9d91cb849a0dd (plain)
1
2
3
4
5
{{ with .Site.Params.utterances }}
{{ if in site.Params.mainSections $.Type | and .enable }}
<script src="https://utteranc.es/client.js" repo="{{ .repo }}" issue-term="{{ .issueterm }}" theme="{{ .theme }}" crossorigin="anonymous" async></script>
{{end}}
{{end}}