完成博客索引页
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-05 19:05:31 +08:00
parent 3d0eeb7996
commit 43a85ac056
8 changed files with 298 additions and 21 deletions

View File

@ -44,6 +44,11 @@ const { title = '小帕的小窝', withGap = false } = Astro.props
><Icon name="mdi:history" /> 旧博客系统*</a
>
</li>
<li>
<a href="/rss.xml">
<Icon name="material-symbols:rss-feed" /> 博客 RSS
</a>
</li>
</ul>
</nav>
</div>