summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar jonathantneal <jonathantneal@users.noreply.github.com> 2022-01-19 20:36:00 +0000
committerGravatar GitHub Actions <actions@github.com> 2022-01-19 20:36:00 +0000
commit18bb39f0d41662ef8104a2a19b78279c15106be2 (patch)
tree94c238099354865542ade387bd05d814fe67fbdb /docs/src
parent85ad1aab67b9f1b9214db3200458ac37675b9afb (diff)
downloadastro-18bb39f0d41662ef8104a2a19b78279c15106be2.tar.gz
astro-18bb39f0d41662ef8104a2a19b78279c15106be2.tar.zst
astro-18bb39f0d41662ef8104a2a19b78279c15106be2.zip
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/en/guides/rss.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/en/guides/rss.md b/docs/src/pages/en/guides/rss.md
index b40fa98de..52c80ea2d 100644
--- a/docs/src/pages/en/guides/rss.md
+++ b/docs/src/pages/en/guides/rss.md
@@ -48,6 +48,6 @@ Note: RSS feeds will **not** be built during development. Currently, RSS feeds a
RSS Feeds can be styled with an XSL stylesheet for a more pleasant user experience when they are opened directly in a browser. By default, Astro does not set a stylesheet for RSS feeds, but it can be enabled by setting the `stylesheet` option.
-Astro can automatically use [Pretty Feed](https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xsl), a popular open-source XSL stylesheet. To enable this behavior, pass `stylesheet: true`.
+Astro can automatically use [Pretty Feed](https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xsl), a popular open-source XSL stylesheet. To enable this behavior, pass `stylesheet: true`.
If you'd like to use a custom XSL stylesheet, you can pass a string value like `stylesheet: '/my-custom-stylesheet.xsl'`. This file should be in your `public/` directory (in this case, `public/my-custom-stylesheet.xsl`).