mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
Merge pull request #1309 from KRLHY/dev
This commit is contained in:
commit
37646cd831
@ -2,10 +2,11 @@
|
|||||||
if theme.footer.owner.enable
|
if theme.footer.owner.enable
|
||||||
- var now = new Date()
|
- var now = new Date()
|
||||||
- var nowYear = now.getFullYear()
|
- var nowYear = now.getFullYear()
|
||||||
if theme.footer.owner.since && theme.footer.owner.since != nowYear
|
if theme.footer.owner.since != false
|
||||||
.copyright!= `©${theme.footer.owner.since} - ${nowYear} By ${config.author}`
|
if theme.footer.owner.since != nowYear
|
||||||
else
|
.copyright!= `©${theme.footer.owner.since} - ${nowYear} By ${config.author}`
|
||||||
.copyright!= `©${nowYear} By ${config.author}`
|
else
|
||||||
|
.copyright!= `©${nowYear} By ${config.author}`
|
||||||
if theme.footer.copyright
|
if theme.footer.copyright
|
||||||
.framework-info
|
.framework-info
|
||||||
span= _p('footer.framework') + ' '
|
span= _p('footer.framework') + ' '
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user