fediversity_website/themes/nluug/layouts/partials/comments.html

8 lines
211 B
HTML
Raw Normal View History

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