Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/theme/templates/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!-- comments -->
<div id="article_comments">
<div id="comment_thread"></div>

<script src="https://giscus.app/client.js"
data-repo="apache/datafusion-site"
data-repo-id="R_kgDOL8FTzw"
data-category="Announcements"
data-category-id="DIC_kwDOL8FTz84Csqua"
data-mapping="title"
data-strict="1"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
</div>
4 changes: 3 additions & 1 deletion content/theme/templates/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ <h1>
</h1>
<p>Posted on: {{ article.locale_date }} by {{ article.author }}</p>
{{ article.content }}
</div>

{% include "comments.html" %}
</div>
</div>
</div>