personal-blog/layouts/partials/commento.html

7 lines
349 B
HTML

{{ with .Site.Params.commento }}
<div id="commento_thread"></div>
<script defer src="https://cdn.commento.io/js/commento.js"></script>
<div id="commento"></div>
<noscript>This site uses privacy-respecting comments integration provided by <a href="https://commento.io/">Commento</a>.
Please enable Javascript to see comments.</noscript>
{{ end }}