mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
New front-matter variable copyright (#139)
This commit is contained in:
parent
b3769198ea
commit
0530d8802e
@ -107,7 +107,7 @@
|
||||
{{ partial('_partials/post/post-reward.njk') }}
|
||||
{%- endif %}
|
||||
|
||||
{%- if theme.creative_commons.license and theme.creative_commons.post %}
|
||||
{%- if theme.creative_commons.license and theme.creative_commons.post and post.copyright !== false %}
|
||||
{{ partial('_partials/post/post-copyright.njk') }}
|
||||
{%- endif %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user