Add meaningful text for SEO meta tags

This commit is contained in:
thiloho
2025-04-27 04:31:59 +02:00
parent f88fe15fe0
commit 67fe3181ba
9 changed files with 31 additions and 19 deletions

View File

@@ -9,7 +9,10 @@ const sortedArticles = allArticles.sort((a, b) => {
});
---
<PageLayout title="Blog" description="Blog">
<PageLayout
title="Blog"
description="Friendly technical articles with a focus on web and GNU/Linux topics."
>
<ul>
{
sortedArticles.map((article) => (