mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 11:11:29 +08:00
fix(notes): 移除多余的预览链接
- 移除 `/notes/[...page].astro` 中多余的预览链接。
This commit is contained in:
@ -60,10 +60,6 @@ function calculateIndex(index: number, page: Page<NoteItem>) {
|
|||||||
<Icon aria-hidden="true" class="h-6 w-6" focusable="false" name="mdi:rss" />
|
<Icon aria-hidden="true" class="h-6 w-6" focusable="false" name="mdi:rss" />
|
||||||
</a>
|
</a>
|
||||||
<div class="flex-1"></div>
|
<div class="flex-1"></div>
|
||||||
<a
|
|
||||||
href={`/notes/${page.currentPage === 1 ? "" : page.currentPage}`}
|
|
||||||
class="cactus-link text-sm">preview</a
|
|
||||||
>
|
|
||||||
</h1>
|
</h1>
|
||||||
<div class="columns-1">
|
<div class="columns-1">
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user