8 lines
183 B
HTML
8 lines
183 B
HTML
{{ if .Site.Params.commento }}
|
|
<script
|
|
defer
|
|
src="{{ .Site.Params.commento }}"
|
|
data-no-fonts="true"
|
|
></script>
|
|
<div id="commento"></div>
|
|
{{ end }}
|