mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:59:31 +08:00
add footer since date
This commit is contained in:
parent
2dc0ae6a29
commit
01ef65192c
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