mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-23 06:33:15 +00:00
4 lines
180 B
HTML
4 lines
180 B
HTML
|
<div id="commento"></div>
|
||
|
{{ $url := (printf "%s/js/commento.js" (site.Params.comments.commento.url | default "https://cdn.commento.io")) }}
|
||
|
<script src="{{$url}}" defer></script>
|