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
commit 4027d32ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>