📝 docs: multi language support

This commit is contained in:
shenyu
2020-08-04 21:04:59 +08:00
parent 1384ea58a7
commit bb10282d89
5 changed files with 14 additions and 5 deletions

View File

@@ -30,8 +30,10 @@
<!-- reward -->
<% if ((theme.reward_type === 2 || (theme.reward_type === 1 &&
post.reward)) && !index && !post.no_reward){ %>
<div id="reward-btn">
<%= __('post.reward') %>
<div id="reword-out">
<div id="reward-btn">
<%= __('post.reward') %>
</div>
</div>
<% } %>
</div>