🌐 en support
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<!-- reward -->
|
||||
<% if ((theme.reward_type === 2 || (theme.reward_type === 1 && post.reward)) && !index && !post.no_reward){ %>
|
||||
<div id="reward-btn">
|
||||
打赏
|
||||
<%= __('post.reward') %>
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
@@ -50,9 +50,8 @@
|
||||
<ul class="post-copyright">
|
||||
<li>
|
||||
<i class="ri-copyright-line"></i>
|
||||
<strong>版权声明: </strong s>
|
||||
本博客所有文章除特别声明外,均采用 <a href="https://www.apache.org/licenses/LICENSE-2.0.html" rel="external nofollow"
|
||||
target="_blank">Apache License 2.0</a> 许可协议。转载请注明出处!
|
||||
<strong><%= __('post.copyright_title') %>: </strong>
|
||||
<%= __('post.copyright_content') %>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<% if (is_home() && post.top) { %>
|
||||
<i class="article-topping">置顶</i>
|
||||
<i class="article-topping"><%= __('post.sticky') %></i>
|
||||
<% } %>
|
@@ -3,8 +3,8 @@
|
||||
<span class="post-time">
|
||||
<span class="post-meta-item-icon">
|
||||
<i class="ri-quill-pen-line"></i>
|
||||
<span class="post-meta-item-text"> 字数统计:</span>
|
||||
<span class="post-count"><%= wordcount(post.content) %>字</span>
|
||||
<span class="post-meta-item-text"> <%= __('post.word_count') %>:</span>
|
||||
<span class="post-count"><%= wordcount(post.content) %></span>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
|
||||
<span class="post-meta-item-icon">
|
||||
<i class="ri-book-open-line"></i>
|
||||
<span class="post-meta-item-text"> 阅读时长≈</span>
|
||||
<span class="post-count"><%= min2read(post.content) %>分钟</span>
|
||||
<span class="post-meta-item-text"> <%= __('post.read_time') %>≈</span>
|
||||
<span class="post-count"><%= min2read(post.content) %> <%= __('post.minutes') %></span>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user