diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index 9155fbb..5fdebc8 100644 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -47,7 +47,11 @@
  • <%= __('post.copyright_title') %>: + <% if (post.copyright_content) { %> + <%= post.copyright_content %> + <% } else { %> <%= __('post.copyright_content') %> + <% } %>