mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
Add meaningful text for SEO meta tags
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user