feat: comments with Remark
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lucien Cartier-Tilet 2024-10-01 19:02:09 +02:00
parent 4d35633d70
commit d58c5b4895
Signed by: phundrak
GPG Key ID: 347803E8073EACE0
2 changed files with 10 additions and 0 deletions

View File

@ -72,6 +72,15 @@
>
</script>
<!-- End of Umami code -->
<!-- Remark config -->
<script>
var remark_config = {
host: 'https://remark.phundrak.com',
site_id: 'blog',
}
</script>
<script>!function(e,n){for(var o=0;o<e.length;o++){var r=n.createElement("script"),c=".js",d=n.head||n.body;"noModule"in r?(r.type="module",c=".mjs"):r.async=!0,r.defer=!0,r.src=remark_config.host+"/web/"+e[o]+c,d.appendChild(r)}}(remark_config.components||["embed"],document);</script>
<!-- End of Remark -->
</head>
<body>

View File

@ -27,4 +27,5 @@
</div>
</article>
<script defer src="https://commento.phundrak.com/js/commento.js"></script>
<div id="remark42"></div>
{{ end }}