mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:29:29 +08:00
typo
This commit is contained in:
parent
d1e6708372
commit
a7f98f64ed
3 changed files with 6 additions and 9 deletions
|
@ -68,7 +68,9 @@
|
|||
</div>
|
||||
<div class="h-card p-4 items-right xl:py-2 xl:max-w-xs btn-group flex gap-2 justify-center">
|
||||
<button class="btn btn-ghost btn-xs">
|
||||
<a href="https://xn--sr8hvo.ws/%F0%9F%94%9D%F0%9F%9A%B9%F0%9F%9A%90/previous" class="i-ic-round-keyboard-double-arrow-left h-5 w-5 p-0" />
|
||||
<a
|
||||
href="https://xn--sr8hvo.ws/%F0%9F%94%9D%F0%9F%9A%B9%F0%9F%9A%90/previous"
|
||||
class="i-ic-round-keyboard-double-arrow-left h-5 w-5 p-0" />
|
||||
</button>
|
||||
<div class="-mt-1 -mr-2">
|
||||
<svg width="478" height="174" viewBox="0 0 478 174" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-7 w-auto">
|
||||
|
@ -91,7 +93,9 @@
|
|||
</svg>
|
||||
</div>
|
||||
<button class="btn btn-ghost btn-xs">
|
||||
<a href="https://xn--sr8hvo.ws/%F0%9F%94%9D%F0%9F%9A%B9%F0%9F%9A%90/next" class="i-ic-round-keyboard-double-arrow-right h-5 w-5 p-0" />
|
||||
<a
|
||||
href="https://xn--sr8hvo.ws/%F0%9F%94%9D%F0%9F%9A%B9%F0%9F%9A%90/next"
|
||||
class="i-ic-round-keyboard-double-arrow-right h-5 w-5 p-0" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -93,11 +93,6 @@ export const header: HeaderConfig = {
|
|||
text: 'About',
|
||||
link: '/about'
|
||||
}
|
||||
// ,
|
||||
// {
|
||||
// text: 'Notes',
|
||||
// link: '/notes'
|
||||
// }
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
---
|
||||
title: About
|
||||
created: 2022-05-06
|
||||
updated: 2022-05-06
|
||||
flags:
|
||||
- unlisted
|
||||
lastmod: 2022-05-20T04:07:08.760Z
|
||||
---
|
||||
|
||||
<script lang="ts">
|
||||
|
|
Loading…
Reference in a new issue