Skip to content

Commit 999350c

Browse files
committed
update
1 parent b54bda4 commit 999350c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
name: Material X
99
docs: https://xaoxuu.com/wiki/material-x/
1010
# 主题的CDN地址。如需启用CDN,请在主目录的config中设置,详见文档。
11-
cdn: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected]/
11+
cdn: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected].3/
1212

1313

1414
############################### 主题样式 ###############################

layout/_third-party/comments.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<% if (config.disqus_shortname) { %>
2626
<section id="comments">
2727
<div id="disqus_thread">
28-
⚠️ <%- __(post.comments_placeholder) %> <a href="https://disqus.com">Disqus</a>
28+
⚠️ <%- __('post.comments_placeholder') %> <a href="https://disqus.com">Disqus</a>
2929
</div>
3030
</section>
3131
<% } %>
3232
<% if (config.livere_uid){ %>
3333
<section id="comments">
3434
<div id="lv-container" data-id="city" data-uid="<%= config.livere_uid %>">
35-
<noscript>⚠️ <%- __(post.comments_placeholder) %></noscript>
35+
<noscript>⚠️ <%- __('post.comments_placeholder') %></noscript>
3636
</div>
3737
</section>
3838
<% } %>

0 commit comments

Comments
 (0)