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

12 lines
433 B
HTML
Raw Normal View History

2021-01-17 17:16:45 +01:00
{{ $theme := .Site.Params.UtterancesTheme | default "github-light" }}
{{ $label := .Site.Params.UtterancesLabel | default "" }}
{{ $issue := .Site.Params.UtterancesIssue | default "url" }}
<script src="https://utteranc.es/client.js"
repo="{{- .Site.Params.UtterancesRepo -}}"
theme="{{ $theme }}"
label="{{ $label }}"
issue-term="{{ $issue }}"
crossorigin="anonymous"
async>
2024-04-09 14:03:09 +02:00
</script>