blog/_includes/extensions/comments/gitment.html
2022-10-22 14:30:22 +00:00

20 lines
760 B
HTML

<div id="gitment_thread" class="giscus"></div>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/default.css"/>
<script src="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/gitment.browser.js"></script>
<script src="https://giscus.app/client.js"
data-repo="hernikplays/blog"
data-repo-id="R_kgDOHr2B6w"
data-category="General"
data-category-id="DIC_kwDOHr2B684CSIhA"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="transparent_dark"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>