[Modified] Comment Provider Properties Added
This commit is contained in:
@@ -25,4 +25,6 @@ giscus:
|
|||||||
data-strict: "1"
|
data-strict: "1"
|
||||||
reaction-enabled: "1"
|
reaction-enabled: "1"
|
||||||
theme: "light"
|
theme: "light"
|
||||||
crossorigin: "anonymous"
|
crossorigin: "anonymous"
|
||||||
|
input-position: "top"
|
||||||
|
loading: "lazy"
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user