Skip to content

Commit

Permalink
feat(rss): add pretty feed stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
noghartt committed Jul 24, 2024
1 parent 9903e1b commit 5e5be46
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 0 deletions.
141 changes: 141 additions & 0 deletions public/rss.xsl

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/pages/rss.xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ export async function GET() {
description: SITE.description,
site: SITE.website,
items,
stylesheet: '/public/rss.xsl',
});
}

0 comments on commit 5e5be46

Please sign in to comment.