mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 12:59:30 +08:00
add footer since date
This commit is contained in:
parent
1481384339
commit
ed65720a39
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ export const footer: FooterConfig = {
|
||||||
link: '/privacy'
|
link: '/privacy'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
html: '<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>'
|
html: '<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>',
|
||||||
|
since: '2021'
|
||||||
}
|
}
|
||||||
|
|
||||||
export const date: DateConfig = {
|
export const date: DateConfig = {
|
||||||
|
|
Loading…
Reference in a new issue