added feed to main page

This commit is contained in:
2026-04-13 22:26:01 +02:00
parent aeb8361be8
commit 37362018fc

View File

@@ -56,6 +56,13 @@
]; ];
const galleryBottomRow: GalleryRowEntry[] = [ const galleryBottomRow: GalleryRowEntry[] = [
{
title: "Creative Feed",
description: `The small things I make find a home here`,
img: "feed/banner.webp",
altText: ".",
link: "feed",
},
{ {
title: "Blog", title: "Blog",
description: `A place where I write about random things. <i>latest post: ${latestBlogDate}</i>`, description: `A place where I write about random things. <i>latest post: ${latestBlogDate}</i>`,