Add description and keywords to meta tags
All checks were successful
Build and deploy website / build (push) Successful in 37s

This commit is contained in:
2025-03-01 09:52:10 +01:00
parent a2584b97a1
commit ebb3db8645
4 changed files with 23 additions and 9 deletions

View File

@ -22,6 +22,7 @@ const {
title,
description,
tags,
keywords,
heroImage,
heroImageAlt,
source,
@ -37,7 +38,12 @@ function localeDateString(isoString: string): string {
}
---
<Layout title={title} class="mx-auto max-w-[750px]">
<Layout
title={title}
class="mx-auto max-w-[750px]"
description={description}
keywords={keywords}
>
<div class="flex justify-between my-2">
<div>
<h2>{title}</h2>