[Modified] Comment Provider Properties Added

This commit is contained in:
kananinirav
2022-12-02 00:04:31 +09:00
parent daafabc15a
commit 2216c92307
2 changed files with 5 additions and 1 deletions

View File

@@ -26,3 +26,5 @@ giscus:
reaction-enabled: "1" reaction-enabled: "1"
theme: "light" theme: "light"
crossorigin: "anonymous" crossorigin: "anonymous"
input-position: "top"
loading: "lazy"

View File

@@ -41,6 +41,8 @@
data-strict={{ giscus.data-strict }} data-strict={{ giscus.data-strict }}
data-reactions-enabled={{ giscus.reaction-enabled }} data-reactions-enabled={{ giscus.reaction-enabled }}
data-theme={{ giscus.theme }} data-theme={{ giscus.theme }}
data-input-position={{ input-position }}
data-loading={{ giscus.loading }}
crossorigin={{ giscus.crossorigin }} crossorigin={{ giscus.crossorigin }}
async> async>
</script> </script>