Improve HTML rendering in Markdown and update layouts
This commit is contained in:
parent
4194154818
commit
21a77ed254
40 changed files with 282 additions and 176 deletions
|
|
@ -3,7 +3,7 @@ import GalleryLayout from "../layouts/GalleryLayout.astro";
|
|||
---
|
||||
|
||||
<GalleryLayout pageTitle="404">
|
||||
<meta slot="head-description" property="og:description" content="Not found" />
|
||||
<meta slot="head" property="og:description" content="Not found" />
|
||||
<h1 class="m-2 text-2xl font-semibold text-stone-800 dark:text-stone-100">404 – Not Found</h1>
|
||||
<p class="my-4">The requested link couldn't be found. Make sure that the URL is correct.</p>
|
||||
</GalleryLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue