You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if (not meta or meta.get('allow_comments') != 'False') and godot_show_article_comments %}
71
-
<hr>
72
-
<h2>User-contributed notes</h2>
73
-
<p>
74
-
<em>Please read the <ahref="https://github.com/godotengine/godot-docs-user-notes/discussions/1">User-contributed notes policy</a> before submitting a comment.</em>
75
-
</p>
76
-
{# Use https://giscus.app/ to regenerate the script tag if needed. #}
77
-
{# data-term is set to be language-independent and version-independent, so that comments can be centralized for each page. #}
78
-
{# This increases the likelihood that users will encounter comments on less frequently visited pages. #}
79
-
<scriptsrc="https://giscus.app/client.js"
80
-
data-repo="godotengine/godot-docs-user-notes"
81
-
data-repo-id="R_kgDOKuNx0w"
82
-
data-category="User-contributed notes"
83
-
data-category-id="DIC_kwDOKuNx084CbANb"
84
-
data-mapping="specific"
85
-
data-term="{{ pagename }}"
86
-
data-strict="1"
87
-
data-reactions-enabled="0"
88
-
data-emit-metadata="0"
89
-
data-input-position="bottom"
90
-
data-theme="preferred_color_scheme"
91
-
data-lang="en"
92
-
data-loading="lazy"
93
-
crossorigin="anonymous"
94
-
async></script>
95
-
<br>
72
+
<divid="godot-giscus">
73
+
<hr>
74
+
<h2>User-contributed notes</h2>
75
+
<p>
76
+
<em>Please read the <ahref="https://github.com/godotengine/godot-docs-user-notes/discussions/1">User-contributed notes policy</a> before submitting a comment.</em>
0 commit comments