mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 03:01:30 +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" />
|
||||
</a>
|
||||
<div class="flex-1"></div>
|
||||
<a
|
||||
href={`/notes/${page.currentPage === 1 ? "" : page.currentPage}`}
|
||||
class="cactus-link text-sm">preview</a
|
||||
>
|
||||
</h1>
|
||||
<div class="columns-1">
|
||||
{
|
||||
|
Reference in New Issue
Block a user