Skip to content

Commit 286973e

Browse files
committed
Add rss <link> to blog
1 parent e23e3ac commit 286973e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/routes/blog/index.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<svelte:head>
1313
<title>Svelte • The magical disappearing UI framework</title>
14+
<link rel="alternate" type="application/rss+xml" title="Svelte blog" href="blog/rss.xml">
1415
</svelte:head>
1516

1617
<div class='posts stretch'>

0 commit comments

Comments
 (0)