[opt] comment_title
This commit is contained in:
parent
c58fc191e8
commit
166540eecc
|
@ -155,6 +155,7 @@ search:
|
||||||
######## Comments ########
|
######## Comments ########
|
||||||
comments:
|
comments:
|
||||||
service: # beaudar, utterances, giscus, twikoo, waline, artalk
|
service: # beaudar, utterances, giscus, twikoo, waline, artalk
|
||||||
|
comment_title: 快来参与讨论吧~
|
||||||
# beaudar
|
# beaudar
|
||||||
# https://beaudar.lipk.org/
|
# https://beaudar.lipk.org/
|
||||||
beaudar:
|
beaudar:
|
||||||
|
|
|
@ -25,7 +25,6 @@ meta:
|
||||||
newer: Newer
|
newer: Newer
|
||||||
references: References
|
references: References
|
||||||
related_posts: Related Posts
|
related_posts: Related Posts
|
||||||
comment_title: Join the discussion
|
|
||||||
back_to_top: Back to top
|
back_to_top: Back to top
|
||||||
more: More
|
more: More
|
||||||
created_author: '%s posted on'
|
created_author: '%s posted on'
|
||||||
|
|
|
@ -25,7 +25,6 @@ meta:
|
||||||
newer: 较新文章
|
newer: 较新文章
|
||||||
references: 参考资料
|
references: 参考资料
|
||||||
related_posts: 您可能感兴趣的文章
|
related_posts: 您可能感兴趣的文章
|
||||||
comment_title: 快来参与讨论吧
|
|
||||||
back_to_top: 回到顶部
|
back_to_top: 回到顶部
|
||||||
more: 更多
|
more: 更多
|
||||||
created_author: 本文由 %s 发布于
|
created_author: 本文由 %s 发布于
|
||||||
|
|
|
@ -25,7 +25,6 @@ meta:
|
||||||
newer: 較新文章
|
newer: 較新文章
|
||||||
references: 參考資料
|
references: 參考資料
|
||||||
related_posts: 您可能感興趣的文章
|
related_posts: 您可能感興趣的文章
|
||||||
comment_title: 參與討論
|
|
||||||
back_to_top: 回到頁首
|
back_to_top: 回到頁首
|
||||||
more: 更多
|
more: 更多
|
||||||
created_author: 本文由 %s 發布於
|
created_author: 本文由 %s 發布於
|
||||||
|
|
|
@ -33,7 +33,7 @@ page.cmt = cmt;
|
||||||
<% if (loadComment) { %>
|
<% if (loadComment) { %>
|
||||||
<div class="related-wrap md-text<%- scrollreveal(' ') %>" id="comments">
|
<div class="related-wrap md-text<%- scrollreveal(' ') %>" id="comments">
|
||||||
<section class='header cmt-title cap theme'>
|
<section class='header cmt-title cap theme'>
|
||||||
<%- page.comment_title != undefined ? markdown(page.comment_title) : __('meta.comment_title') %>
|
<%- markdown(page.comment_title || theme.comments.comment_title) %>
|
||||||
</section>
|
</section>
|
||||||
<section class='body cmt-body <%- cmt.service %>'>
|
<section class='body cmt-body <%- cmt.service %>'>
|
||||||
<%- partial(cmt.service + '/layout') %>
|
<%- partial(cmt.service + '/layout') %>
|
||||||
|
|
Loading…
Reference in New Issue