[Modified] Comment Provider Properties Added
This commit is contained in:
@@ -25,4 +25,6 @@ giscus:
|
||||
data-strict: "1"
|
||||
reaction-enabled: "1"
|
||||
theme: "light"
|
||||
crossorigin: "anonymous"
|
||||
crossorigin: "anonymous"
|
||||
input-position: "top"
|
||||
loading: "lazy"
|
||||
@@ -41,6 +41,8 @@
|
||||
data-strict={{ giscus.data-strict }}
|
||||
data-reactions-enabled={{ giscus.reaction-enabled }}
|
||||
data-theme={{ giscus.theme }}
|
||||
data-input-position={{ input-position }}
|
||||
data-loading={{ giscus.loading }}
|
||||
crossorigin={{ giscus.crossorigin }}
|
||||
async>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user