added feed to main page
This commit is contained in:
@@ -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>`,
|
||||||
|
|||||||
Reference in New Issue
Block a user