mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-22 06:11:30 +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>
|