Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/comments/isso.html')
-rw-r--r--layouts/partials/comments/isso.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/comments/isso.html b/layouts/partials/comments/isso.html
new file mode 100644
index 0000000..61d8c3c
--- /dev/null
+++ b/layouts/partials/comments/isso.html
@@ -0,0 +1,6 @@
+{{- $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> \ No newline at end of file