mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
fix: rearrange placement of footer text into a pyramid for aesthetic
This commit is contained in:
parent
1471b8a8e0
commit
2de948fba3
@ -1,8 +1,6 @@
|
|||||||
import { DefaultTheme } from 'vitepress/theme'
|
import { DefaultTheme } from 'vitepress/theme'
|
||||||
|
|
||||||
export const footer: DefaultTheme.Config['footer'] = {
|
export const footer: DefaultTheme.Config['footer'] = {
|
||||||
message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and ☕ by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code>`,
|
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a>, <a href="https://github.com/lolilab">LoliLab</a> and <a href="https://github.com/toshikidev">Toshiki Dev</a> present <br /><span id="siteruntime_span"></span>`,
|
||||||
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a>
|
message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and <i class="coffee fa fa-coffee fa-xs" aria-hidden="true"></i> by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code>`,
|
||||||
<br />
|
|
||||||
<span id="siteruntime_span"></span>`,
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user