summaryrefslogtreecommitdiff
path: root/docs/reference/api-reference.md
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-15 19:57:50 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-15 19:57:50 +0000
commit719a7217bac03ecc709ba573d73bdd27b96a7e3d (patch)
tree0e6443505c32d0d3b61f7325d16a3d6d551138b6 /docs/reference/api-reference.md
parent5205c2d8aa424485055b0c6f26d2e3830a0fd781 (diff)
downloadastro-719a7217bac03ecc709ba573d73bdd27b96a7e3d.tar.gz
astro-719a7217bac03ecc709ba573d73bdd27b96a7e3d.tar.zst
astro-719a7217bac03ecc709ba573d73bdd27b96a7e3d.zip
[ci] yarn format
Diffstat (limited to 'docs/reference/api-reference.md')
-rw-r--r--docs/reference/api-reference.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/api-reference.md b/docs/reference/api-reference.md
index 8797554e1..b5f4f1bf1 100644
--- a/docs/reference/api-reference.md
+++ b/docs/reference/api-reference.md
@@ -159,7 +159,12 @@ Astro will generate an RSS 2.0 feed at `/feed/[collection].xml` (for example, `/
⚠️ Even though Astro will create the RSS feed for you, you’ll still need to add `<link>` tags manually in your `<head>` HTML:
```html
-<link rel="alternate" type="application/rss+xml" title="My RSS Feed" href="/feed/podcast.xml" />
+<link
+ rel="alternate"
+ type="application/rss+xml"
+ title="My RSS Feed"
+ href="/feed/podcast.xml"
+/>
```
## `import.meta`