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

utterances.html « provider « comments « partials « layouts - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75d63ce4e072b9c8227ca40cb973628f80ee3764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script src="https://utteranc.es/client.js" 
        repo="{{ .Site.Params.comments.utterances.repo }}"
        issue-term="{{ .Site.Params.comments.utterances.issueTerm }}"
        theme="{{ .Site.Params.comments.utterances.theme }}" 
        {{ with .Site.Params.comments.utterances.label }}
        label="{{ . }}"
        {{ end }}
        crossorigin="anonymous" 
        async>
</script>

<style>
    .utterances {
        max-width: unset;
    }
</style>