6 lines
346 B
HTML
6 lines
346 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 }}
|