diff --git a/layout/article-content.ejs b/layout/article-content.ejs index eaa03a2..5d2d64d 100644 --- a/layout/article-content.ejs +++ b/layout/article-content.ejs @@ -41,7 +41,9 @@ <%- page.content %> - <% if (theme.post?.copyright_info === true || theme?.copyright_info?.enable === true) { %> + <% if ( + (theme.post?.copyright_info === true || theme?.copyright_info?.enable === true) && page?.copyright_info !== false + ) { %>
<%- partial('_partial/article-copyright-info') %>