From: Cameron Otsuka Date: Sat, 11 Apr 2026 01:17:58 +0000 (-0700) Subject: add description and tag pagefind metadata X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=70a22bd8a26a9914434530c988098b28a9d02dd9;p=cotsuka.github.io add description and tag pagefind metadata --- 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; /> - +