diff --git a/src/components/AdComponent.astro b/src/components/AdComponent.astro deleted file mode 100644 index d26a3bc..0000000 --- a/src/components/AdComponent.astro +++ /dev/null @@ -1,26 +0,0 @@ -
- -
- -
-
diff --git a/src/pages/about.astro b/src/pages/about.astro index 7e2e82b..1fa13c8 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -32,32 +32,6 @@ import Link from "../components/ui/link.astro"; Get in touch -
- -
- -
-
diff --git a/src/pages/allblogs.astro b/src/pages/allblogs.astro index 301e525..b4df224 100644 --- a/src/pages/allblogs.astro +++ b/src/pages/allblogs.astro @@ -16,7 +16,7 @@ import Cat from "../components/cat.astro";
- +
{/* Hide on screens larger than sm (mobile) */}

Categories

@@ -32,39 +32,12 @@ import Cat from "../components/cat.astro"; ))}
- +
{latestPosts.map((post) => ( ))}
-
- -
- -
-
- diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index f7130d8..2522ca3 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -8,7 +8,7 @@ import { categories } from "../../data/category"; import Layout from "../../layouts/Layout.astro"; import { getFormattedDate } from "../../utils/all"; import { CollectionEntry, getCollection } from "astro:content"; -import AdComponent from "../../components/AdComponent.astro"; + import type { Author } from "../../data/authors"; @@ -111,8 +111,6 @@ const category = categories.find( - - @@ -129,10 +127,10 @@ const category = categories.find( #{tag} )) } - + - +

Comments

@@ -151,7 +149,7 @@ const category = categories.find( crossorigin="anonymous" async> - + -
- -
- -
-
+ diff --git a/src/pages/index.astro b/src/pages/index.astro index 409c657..2e8b774 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,7 @@ import Layout from "../layouts/Layout.astro"; import { latestPosts } from "../utils/content"; import { categories } from "../data/category"; // Import your categories data import Cat from "../components/cat.astro"; -import AdComponent from "@components/AdComponent.astro"; + --- @@ -64,32 +64,7 @@ import AdComponent from "@components/AdComponent.astro"; -
- -
- -
-
+