From 70a22bd8a26a9914434530c988098b28a9d02dd9 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Fri, 10 Apr 2026 18:17:58 -0700 Subject: [PATCH] add description and tag pagefind metadata --- src/components/head/article.astro | 15 ++++++++++++++- src/components/head/base.astro | 7 ++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/components/head/article.astro b/src/components/head/article.astro index 24e9f06..177b0fa 100644 --- a/src/components/head/article.astro +++ b/src/components/head/article.astro @@ -14,4 +14,17 @@ const { publishedTime, modifiedTime, tags = [] } = Astro.props; -{tags.map((tag) => )} + +{ + tags.map((tag) => ( + + )) +} diff --git a/src/components/head/base.astro b/src/components/head/base.astro index 1de7185..56735ce 100644 --- a/src/components/head/base.astro +++ b/src/components/head/base.astro @@ -36,7 +36,12 @@ const { title, description } = Astro.props; /> - + -- 2.53.0