1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 23:35:31 -04:00

enable comments via utteranc.es

This commit is contained in:
2020-03-17 19:32:27 -04:00
parent db6952a443
commit d5b5a71078
6 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<script src="https://utteranc.es/client.js"
repo="{{ .Site.Params.utterancesRepo }}"
issue-term="og:title"
label="comments"
theme="github-light"
crossorigin="anonymous"
async defer>
</script>