From 5a4cf26218c3ebe227fccc378c4eb65e73c0b02c Mon Sep 17 00:00:00 2001 From: Puria Nafisi Azizi Date: Sun, 1 Oct 2023 04:04:23 +0200 Subject: [PATCH] Include substack into articles --- src/components/BlogArticlePreview.astro | 2 +- src/pages/blog/index.astro | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/BlogArticlePreview.astro b/src/components/BlogArticlePreview.astro index 1f3892e..95a1e37 100644 --- a/src/components/BlogArticlePreview.astro +++ b/src/components/BlogArticlePreview.astro @@ -17,6 +17,6 @@ const snippet = Astro.props['content:encodedSnippet'];

{snippet}

-