diff --git a/src/components/Newsletter.astro b/src/components/Newsletter.astro deleted file mode 100644 index e69de29..0000000 diff --git a/src/components/deleteDigitalGardenGraph.astro b/src/components/deleteDigitalGardenGraph.astro deleted file mode 100644 index 6dc9ba7..0000000 --- a/src/components/deleteDigitalGardenGraph.astro +++ /dev/null @@ -1,166 +0,0 @@ ---- -// Digital Garden Graph Visualization -// This component creates a network graph visualization of content relationships ---- - -
-
- -
-
- - - Blog Posts - - - - Configurations - - - - Projects - -
-
- - - - \ No newline at end of file diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index fa49613..59b923a 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -5,7 +5,6 @@ import BaseLayout from '../layouts/BaseLayout.astro'; import Header from '../components/Header.astro'; import Footer from '../components/Footer.astro'; -import Newsletter from '../components/Newsletter.astro'; import MiniKnowledgeGraph from '../components/MiniKnowledgeGraph.astro'; import { getCollection } from 'astro:content'; @@ -235,7 +234,6 @@ const fallbackCurrentPost = currentPost || { -