add itch.io footer social link

This commit is contained in:
Troy 2025-02-09 14:40:16 +00:00
parent 4806fdd248
commit 37f4fa17b8
Signed by: troy
GPG key ID: DFC06C02ED3B4711
6 changed files with 31 additions and 166 deletions

View file

@ -19,7 +19,6 @@ export async function GET(context: { site: string }) {
title: SITE.TITLE,
description: SITE.DESCRIPTION,
site: context.site,
stylesheet: "/rss/styles.xsl",
items: items.map((item) => ({
title: item.data.title,
description: item.data.description,