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

utterances.html « partials « layouts - github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 011ad8b098d756f3303bf9b197fd953f28bcdbe9 (plain)
1
2
3
4
5
6
7
8
9
10
{{ theme := .Site.Params.UtterancesTheme | default "github-light" }}
{{ label := .Site.Params.UtterancesLabel | default "" }}
<script src="https://utteranc.es/client.js"
        repo="{{- .Site.Params.UtterancesRepo -}}"
        issue-term="url"
        label="{{ $label }}"
        theme="{{ $theme }}"
        crossorigin="anonymous"
        async>
</script>