2022-06-29 19:31:16 +08:00
|
|
|
{{- with .Site.Params.giscus }}
|
|
|
|
<div class="giscus" style="position: relative;"></div>
|
|
|
|
<script src="https://giscus.app/client.js"
|
|
|
|
data-repo="{{ .repo }}"
|
|
|
|
data-repo-id="{{ .repoId }}"
|
|
|
|
data-category="{{ .category }}"
|
|
|
|
data-category-id="{{ .categoryId }}"
|
|
|
|
data-mapping="{{ .mapping }}"
|
2022-07-07 09:00:07 +08:00
|
|
|
data-reactions-enabled="{{ int .reactions }}"
|
|
|
|
data-emit-metadata="{{ int .emit }}"
|
2022-06-29 19:31:16 +08:00
|
|
|
data-input-position="{{ .inputPosition }}"
|
|
|
|
data-theme="{{ .theme }}"
|
|
|
|
data-lang="{{ $.Site.LanguageCode }}"
|
|
|
|
data-loading="lazy"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
async>
|
|
|
|
</script>
|
|
|
|
{{- end }}
|