mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
7 lines
266 B
HTML
7 lines
266 B
HTML
{{- $scriptSrc := .Page.Site.Params.comments.isso.scriptSrc -}}
|
|
{{- $dataAttrs := .Page.Site.Params.comments.isso.dataAttrs -}}
|
|
|
|
<script src='{{ $scriptSrc }}' {{- with $dataAttrs }} {{ . | safeHTMLAttr }} {{- end -}}></script>
|
|
|
|
<section id='isso-thread'></section>
|