diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..e7458d9 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 06e135d..3026163 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -23,7 +23,7 @@ const today = new Date(); diff --git a/src/components/Main.astro b/src/components/Main.astro new file mode 100644 index 0000000..f894d20 --- /dev/null +++ b/src/components/Main.astro @@ -0,0 +1,72 @@ +--- +import { ClientRouter } from "astro:transitions"; +--- + +
+ +
+ + + + diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 5a347d6..7f2371e 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -2,6 +2,7 @@ import type { CollectionEntry } from "astro:content"; import BaseHead from "../components/BaseHead.astro"; import Header from "../components/Header.astro"; +import Main from "../components/Main.astro"; import Footer from "../components/Footer.astro"; import FormattedDate from "../components/FormattedDate.astro"; @@ -100,7 +101,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
-
+
{ @@ -132,7 +133,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
-
+