Skip to content

Commit

Permalink
fix: meta tag content
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Feb 8, 2024
1 parent 3abe424 commit cee0e19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ const contentSortedByDate = (await getCollection('blog')).sort(
const [firstPost, ...restPosts] = contentSortedByDate
---

<BaseLayout>
<BaseLayout
metaTitle='bitbetter blog'
metaDescription='In unserem Blog präsentieren wir regelmäßig Beiträge über unsere Projekte und Software, die wir gerne verwenden.'
>
<SectionGridContainer className='pt-16 bg-bb-grey-200 px-5 lg:px-0' innerClassName='relative'>
<div class='lg:col-start-2'>
<h1 class='font-grotesk text-5xl lg:text-[10rem] tracking-tighter font-medium'>blog</h1>
Expand Down

0 comments on commit cee0e19

Please sign in to comment.