Update RSS elements and TOC svg

This commit is contained in:
thiloho
2025-04-27 00:01:26 +02:00
parent 480ddd1e68
commit 89e5dbf5ec
6 changed files with 32 additions and 158 deletions

11
src/pages/404.astro Normal file
View File

@@ -0,0 +1,11 @@
---
import PageLayout from "../layouts/PageLayout.astro";
---
<PageLayout title="404: Not found" description="Not found">
<p>
The file associated with the requested path (<code
>{Astro.originPathname}</code
>) could not be found.
</p>
</PageLayout>