diff --git a/src/components/ArticleContainer.astro b/src/components/ArticleContainer.astro index 7af296c..434bb16 100644 --- a/src/components/ArticleContainer.astro +++ b/src/components/ArticleContainer.astro @@ -1,5 +1,6 @@ --- import { Icon } from "astro-icon/components"; +import ShareButtons from "./ShareButtons.astro"; export interface Props { className?: string; @@ -11,6 +12,10 @@ const { className = "", dataPagefindBody = true } = Astro.props;
+
+ +
+