make use of new lightdark css feature
This commit is contained in:
parent
56eb0a2e41
commit
4806fdd248
5 changed files with 179 additions and 37 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue