This repository has been archived on 2024-11-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
fediversity_website/themes/nluug/layouts/partials/comments.html

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>