Update RSS elements and TOC svg

This commit is contained in:
thiloho
2025-04-27 00:01:26 +02:00
parent 480ddd1e68
commit 89e5dbf5ec
6 changed files with 32 additions and 158 deletions

View File

@@ -13,7 +13,7 @@ const sortedArticles = allArticles.sort((a, b) => {
<ul>
{
sortedArticles.map((article) => (
<li class="flex gap-2">
<li>
<Date date={article.data.pubDate} />
<span>&raquo;</span>
<a