theme-next / hexo-theme-next

Elegant and powerful theme for Hexo.
https://theme-next.org
Other
8.12k stars 2.05k forks source link

feat: add copyright setting for post #1709

Open fish-404 opened 2 years ago

fish-404 commented 2 years ago

PR Checklist

PR Type

What is the current behavior?

Issue resolved: N/A

According to Front Matter | NexT document, there is a setting called copyright, but when I set it to false for one post, the copyright still shown.

What is the new behavior?

How to use?

In post front matter, set copyright false will not display copyright notices below the post with theme.creative_commons.license and theme.creative_commons.post enabled.

In post front matter:

---
title: Title
...
copyright: false
---
welcome[bot] commented 2 years ago

Thanks so much for opening your first PR here!

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.