diff --git a/src/components/Search.astro b/src/components/Search.astro index 255277f..b115350 100644 --- a/src/components/Search.astro +++ b/src/components/Search.astro @@ -60,7 +60,7 @@ const html = results .map(result => `
- + ${result.item.title} ${new Date(result.item.pubDate).toISOString().split('T')[0]}