website/themes/nluug/layouts/partials/comments.html
2023-05-05 16:36:10 +02:00

7 lines
211 B
HTML

<script src="https://utteranc.es/client.js"
repo={{ .Site.Params.comments.githubRepo }}
issue-term="pathname"
theme={{ .Site.Params.comments.theme }}
crossorigin="anonymous"
async>
</script>