2022-08-02 02:08:51 +02:00
|
|
|
<% if (item.no_comment){ %>
|
2023-06-15 12:32:19 +02:00
|
|
|
<!-- no comment -->
|
2022-08-02 02:08:51 +02:00
|
|
|
<% } else { %>
|
2023-06-15 12:32:19 +02:00
|
|
|
<% if (item.fedi_url){ %>
|
|
|
|
<div id="comments">
|
|
|
|
<p id="mastodon-comments-list"></p>
|
2023-06-16 04:39:39 +02:00
|
|
|
<script src="<%- url_for('./js/fedicomment.js') %>" post-url="<%- item.fedi_url %>"> async</script>
|
2023-06-15 12:32:19 +02:00
|
|
|
</div>
|
|
|
|
<noscript>Enable JavaScript to view the comments.</a></noscript>
|
|
|
|
<% } else { %>
|
|
|
|
<blockquote>如不想授权 Giscus 应用,也可以点击下方<strong>左上角数字</strong>直接跳转到 Github Discussions 进行评论。</blockquote>
|
2023-05-20 12:26:25 +02:00
|
|
|
<script src="https://giscus.app/client.js"
|
2023-06-15 12:32:19 +02:00
|
|
|
data-repo="SouthFox-D/SouthFox-D.github.io"
|
|
|
|
data-repo-id="MDEwOlJlcG9zaXRvcnkyMjg3NDM0MjQ="
|
|
|
|
data-category="博客评论"
|
|
|
|
data-category-id="DIC_kwDODaJZAM4CA7bf"
|
|
|
|
data-mapping="og:title"
|
|
|
|
data-reactions-enabled="0"
|
|
|
|
data-emit-metadata="0"
|
|
|
|
data-input-position="top"
|
|
|
|
data-theme="dark_dimmed"
|
|
|
|
data-lang="zh-CN"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
async>
|
|
|
|
</script>
|
2022-08-02 02:08:51 +02:00
|
|
|
<% } %>
|
2022-03-16 15:24:24 +01:00
|
|
|
<% } %>
|