Merge branch 'master' of https://github.com/Shen-Yu/hexo-theme-ayer
This commit is contained in:
commit
b1fc783466
@ -47,7 +47,11 @@
|
|||||||
<li>
|
<li>
|
||||||
<i class="ri-copyright-line"></i>
|
<i class="ri-copyright-line"></i>
|
||||||
<strong><%= __('post.copyright_title') %>: </strong>
|
<strong><%= __('post.copyright_title') %>: </strong>
|
||||||
|
<% if (post.copyright_content) { %>
|
||||||
|
<%= post.copyright_content %>
|
||||||
|
<% } else { %>
|
||||||
<%= __('post.copyright_content') %>
|
<%= __('post.copyright_content') %>
|
||||||
|
<% } %>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user