fix(blog): Add SEO description for the blog page

This commit is contained in:
conglinyizhi 2025-05-18 11:38:05 +08:00
parent e70d243e45
commit e002af6f8a

View file

@ -6,7 +6,7 @@ const posts = await getCollection('posts');
posts.sort((a, b) => new Date(b.data.pubDate).getTime() - new Date(a.data.pubDate).getTime());
---
<Layout title="Blog | Terminal Blog">
<Layout title="Blog | Terminal Blog" description="List all files and folders in the directory.">
<h1 class="title">~/blog</h1>
<div class="content">