{post.description || "No description available."}
@@ -29,7 +25,6 @@ const postsLoop = posts.slice(0, count);
Posted on {post.dateFormatted || "Date not available."}
-
- ));
+
+ ))
}
----
diff --git a/src/layouts/main.astro b/src/layouts/main.astro
index 88f8ee8..ab6ca52 100644
--- a/src/layouts/main.astro
+++ b/src/layouts/main.astro
@@ -14,12 +14,12 @@ const { title } = Astro.props;
@@ -29,7 +29,11 @@ const { title } = Astro.props;
border-radius: 20px;
}
-
+
diff --git a/src/pages/about.astro b/src/pages/about.astro
index 5b83da4..0013eea 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -69,11 +69,11 @@ import Layout from "../layouts/main.astro";
class="text-sm leading-6 text-gray-600 dark:text-neutral-400 sm:leading-7 lg:leading-8 sm:text-base lg:text-lg"
>
If you want to stay up to date with my work be sure to follow me on twitterConnect me on LinkedIn, or you can send me an email and I'll be sure to get back to you.
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 3450747..da60c83 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -38,7 +38,10 @@ import Layout from "../layouts/main.astro";