fix: add source description

This commit is contained in:
Jewgeni Lewash 2024-03-05 22:36:36 +01:00
parent 54dcefbf25
commit 9e7cbd144f
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ const allBlogposts = await getCollection('blog');
<div class="container mx-auto px-4 py-16 sm:py-24 lg:px-8 lg:py-32 xl:max-w-7xl">
<div class="mb-12 text-center text-zinc-900 dark:text-zinc-200">
<Heading level={1}>Blog</Heading>
<p>Here are some blogposts, they are located in the repository as mdx files.</p>
</div>
<hr class="mb-12 dark:border-zinc-700/75" />
<div class="grid grid-cols-1 gap-8 md:grid-cols-2">

View File

@ -19,7 +19,7 @@ const recipes = await directus.request(
<div class="container mx-auto px-4 py-16 sm:py-24 lg:px-8 lg:py-32 xl:max-w-7xl">
<div class="mb-12 text-center text-zinc-900 dark:text-zinc-200">
<Heading level={1}>Recipes</Heading>
<p>Here are some of my favorite recipes.</p>
<p>Here are some of my favorite recipes. They are fetched through Directus CMS.</p>
</div>
<hr class="mb-12 dark:border-zinc-700/75" />
<ul class="grid gap-y-12 sm:grid-cols-2 sm:gap-x-6 lg:grid-cols-3 xl:gap-x-8">