@@ -18,6 +18,7 @@ widget:
article:
comments: 'Comments'
share: 'Share'
+ catalogue: 'Catalogue'
profile:
follow: 'FOLLOW'
post: 'post'
comments: '评论'
share: '分享到'
+ catalogue: '文章目录'
follow: '关注我'
post: '文章'
@@ -24,7 +24,7 @@
<% } else { %>
<% if (!index && post.toc){ %>
<div id="toc" class="toc-article">
- <strong class="toc-title">文章目录</strong>
+ <strong class="toc-title"><%= __('article.catalogue') %></strong>
<%- toc(post.content) %>
</div>
<% } %>