16 lines
407 B
HTML
16 lines
407 B
HTML
{{ $css := resources.Get "css/comments.css" }}
|
|
{{ $style := $css | resources.Minify }}
|
|
|
|
<script defer
|
|
src="https://commento.bbaovanc.com/js/commento.js"
|
|
data-page-id="{{ .RelPermalink }}"
|
|
data-no-fonts="true"
|
|
data-css-override="{{ $style.Permalink }}">
|
|
</script>
|
|
<div id="commento"></div>
|
|
|
|
<noscript>
|
|
<br />
|
|
<b>Comments are not available when JavaScript is disabled.</b>
|
|
</noscript>
|