mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 21:59:30 +08:00
typo
This commit is contained in:
parent
dc2dde8179
commit
66f7be3031
3 changed files with 6 additions and 9 deletions
|
@ -68,7 +68,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="h-card p-4 items-right xl:py-2 xl:max-w-xs btn-group flex gap-2 justify-center">
|
<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">
|
<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>
|
</button>
|
||||||
<div class="-mt-1 -mr-2">
|
<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">
|
<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>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<button class="btn btn-ghost btn-xs">
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -93,11 +93,6 @@ export const header: HeaderConfig = {
|
||||||
text: 'About',
|
text: 'About',
|
||||||
link: '/about'
|
link: '/about'
|
||||||
}
|
}
|
||||||
// ,
|
|
||||||
// {
|
|
||||||
// text: 'Notes',
|
|
||||||
// link: '/notes'
|
|
||||||
// }
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
---
|
---
|
||||||
title: About
|
title: About
|
||||||
created: 2022-05-06
|
created: 2022-05-06
|
||||||
updated: 2022-05-06
|
|
||||||
flags:
|
flags:
|
||||||
- unlisted
|
- unlisted
|
||||||
lastmod: 2022-05-20T04:07:08.760Z
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
Loading…
Reference in a new issue