mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 10:21:36 +01:00
Add RSS feed, add links for direct md editing on GitHub and update favicon
This commit is contained in:
@@ -9,11 +9,11 @@ const sortedArticles = allArticles.sort((a, b) => {
|
||||
});
|
||||
---
|
||||
|
||||
<PageLayout title="Blog" metaDescription="Blog">
|
||||
<PageLayout title="Blog" description="Blog">
|
||||
<ul>
|
||||
{
|
||||
sortedArticles.map((article) => (
|
||||
<li class="gap-1">
|
||||
<li class="flex gap-2">
|
||||
<Date date={article.data.pubDate} />
|
||||
<span>»</span>
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user