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: f2f348d235c313520df24e7be3acad2148ca0dda (plain)
1
2
3
4
5
{{ with site.Params.utterances }}
  {{ if in site.Params.mainSections $.Type | and .repo }}
    <script src="https://utteranc.es/client.js" repo="{{ .repo }}" issue-term="{{ .issueterm }}" theme="{{ .theme }}" crossorigin="anonymous" async></script>
  {{end}}
{{end}}