make use of new lightdark css feature

This commit is contained in:
Troy 2025-02-07 10:42:51 +00:00
parent 56eb0a2e41
commit 4806fdd248
Signed by: troy
GPG key ID: DFC06C02ED3B4711
5 changed files with 179 additions and 37 deletions

View file

@ -19,6 +19,7 @@ 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,