Skip to content

Commit f5d807b

Browse files
committed
replace disqus with utteranc.es, update year
1 parent 4487327 commit f5d807b

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ plugins:
5353
# - vendor/ruby/
5454

5555
markdown: kramdown
56-
disqus:
57-
shortname: flashinfer-ai

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="footer-heading"><img src="/assets/imgs/FlashInfer-white-background.pn
77

88
<div class="footer-col-wrapper">
99
<div class="footer-col footer-col-1">
10-
<p> Copyright © 2023-2024, FlashInfer team</p>
10+
<p> Copyright © 2023-2025, FlashInfer team</p>
1111
</div>
1212

1313
<div class="footer-col footer-col-2">

_layouts/post.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,18 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
1919
{{ content }}
2020
</div>
2121

22-
{%- if site.disqus.shortname -%}
23-
{%- include disqus_comments.html -%}
24-
{%- endif -%}
22+
<!-- Your blog post content here -->
23+
<div id="comments">
24+
<h2>Comments</h2>
25+
<script src="https://utteranc.es/client.js"
26+
repo="flashinfer-ai/flashinfer-ai.github.io"
27+
issue-term="pathname"
28+
theme="github-light"
29+
crossorigin="anonymous"
30+
async>
31+
</script>
32+
</div>
33+
2534

2635
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
2736
</article>

0 commit comments

Comments
 (0)