File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -53,5 +53,3 @@ plugins:
5353# - vendor/ruby/
5454
5555markdown : kramdown
56- disqus :
57- shortname : flashinfer-ai
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments