demo: add utterances comments system

This commit is contained in:
Mirus
2024-08-02 11:01:07 +03:00
parent 969ec9aaf1
commit 9b2fc88344
5 changed files with 22 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
<div class="utterances">
<iframe class="utterances-frame"></iframe>
</div>
<script
src="https://utteranc.es/client.js"
repo="mirus-ua/hugo-theme-re-terminal"
issue-term="pathname"
label="Comment ✨💬✨"
theme="dark-blue"
crossorigin="anonymous"
async
></script>