fix: add source description
This commit is contained in:
parent
54dcefbf25
commit
9e7cbd144f
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user