Merge pull request #83 from bianyukun1213/patch-2

实现版权声明内容自定义。
This commit is contained in:
Eric Shen
2020-09-10 15:13:58 +08:00
committed by GitHub

View File

@@ -47,7 +47,11 @@
<li>
<i class="ri-copyright-line"></i>
<strong><%= __('post.copyright_title') %> </strong>
<% if (post.copyright_content) { %>
<%= post.copyright_content %>
<% } else { %>
<%= __('post.copyright_content') %>
<% } %>
</li>
</ul>
</div>