mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-17 04:13:52 -06:00
Fix layout classes, add titles to tag & 404 pages
This commit is contained in:
@@ -3,7 +3,7 @@ import Base from "@layouts/Base.astro";
|
||||
import Header from "@components/Header.astro";
|
||||
---
|
||||
|
||||
<Base>
|
||||
<Base title="404">
|
||||
<div class="h-screen flex items-center">
|
||||
<div class="flex flex-col items-center">
|
||||
<Header className="!text-7xl" text="404" />
|
||||
|
||||
@@ -10,6 +10,6 @@ export async function getStaticPaths() {
|
||||
|
||||
const { tag } = Astro.props;
|
||||
---
|
||||
<General>
|
||||
<General title={`${tag} posts`}>
|
||||
{ tag }
|
||||
</General>
|
||||
Reference in New Issue
Block a user