added feed to main page
This commit is contained in:
@@ -56,6 +56,13 @@
|
||||
];
|
||||
|
||||
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",
|
||||
description: `A place where I write about random things. <i>latest post: ${latestBlogDate}</i>`,
|
||||
|
||||
Reference in New Issue
Block a user