diff --git a/src/components/nav/Nav.astro b/src/components/nav/Nav.astro index 7679b34..9146dda 100644 --- a/src/components/nav/Nav.astro +++ b/src/components/nav/Nav.astro @@ -4,7 +4,20 @@ import ThemeToggle from "../misc/ThemeToggle.astro"; --- -
+ + + + + + + \ No newline at end of file diff --git a/src/layouts/BlogLayout.astro b/src/layouts/BlogLayout.astro index e44d8b8..986b9b1 100644 --- a/src/layouts/BlogLayout.astro +++ b/src/layouts/BlogLayout.astro @@ -6,7 +6,7 @@ const { frontmatter } = Astro.props; --- -
+

{frontmatter.title}

{frontmatter.date}

diff --git a/src/layouts/InteractiveDemoLayout.astro b/src/layouts/InteractiveDemoLayout.astro index e44d8b8..986b9b1 100644 --- a/src/layouts/InteractiveDemoLayout.astro +++ b/src/layouts/InteractiveDemoLayout.astro @@ -6,7 +6,7 @@ const { frontmatter } = Astro.props; --- -
+

{frontmatter.title}

{frontmatter.date}

diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 9a59edb..7fd7ae0 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -50,7 +50,7 @@