7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-10-23 08:10:35 +00:00
web-ansol.org/themes/academic/layouts/partials/comments/commento.html

4 lines
180 B
HTML
Raw Normal View History

2020-06-11 11:46:16 +00:00
<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>