You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
805 B
HTML
11 lines
805 B
HTML
<!-- This partial can be replaced to support other commenting engines -->
|
|
{{ if site.Params.comments.giscus }}
|
|
<script src="https://giscus.app/client.js" data-repo="{{site.Params.comments.giscus.repo}}"
|
|
data-repo-id="{{site.Params.comments.giscus.repo_id}}" data-category="{{site.Params.comments.giscus.category}}"
|
|
data-category-id="{{site.Params.comments.giscus.category_id}}"
|
|
data-mapping="{{site.Params.comments.giscus.mapping}}" data-strict="0" data-emit-metadata="0"
|
|
data-input-position="bottom" data-reactions-enabled="{{site.Params.comments.giscus.reactions_enabled}}"
|
|
data-lang="zh-CN" data-theme="{{site.Params.comments.giscus.theme}}" crossorigin="anonymous" async>
|
|
</script>
|
|
<noscript>Please enable JavaScript to view the comments powered by giscus.</noscript>
|
|
{{ end }} |