diff --git a/src/pages/blog.astro b/src/pages/blog.astro index f82cb04..cdd95bb 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -9,6 +9,7 @@ const allBlogposts = await getCollection('blog');
Blog +

Here are some blogposts, they are located in the repository as mdx files.


diff --git a/src/pages/recipes.astro b/src/pages/recipes.astro index 6706010..48221da 100644 --- a/src/pages/recipes.astro +++ b/src/pages/recipes.astro @@ -19,7 +19,7 @@ const recipes = await directus.request(
Recipes -

Here are some of my favorite recipes.

+

Here are some of my favorite recipes. They are fetched through Directus CMS.