hugo-theme-zzo/layouts/partials/comments/isso.html

6 lines
261 B
HTML
Raw Normal View History

2019-12-11 02:18:44 +00:00
{{- $scriptSrc := .Site.Params.isso.scriptSrc -}}
{{- $dataAttrs := .Site.Params.isso.dataAttrs -}}
<script src='{{ $scriptSrc }}' {{- with $dataAttrs }} {{ . | safeHTMLAttr }} {{- end -}} crossorigin="anonymous"></script>
<section id='isso-thread'></section>