Merge pull request #2075 from Denhai/add-rss-link

Add rss <link> to blog
pull/7738/head
Rich Harris 7 years ago committed by GitHub
commit c4c8335151

@ -11,6 +11,7 @@
<svelte:head>
<title>Svelte • The magical disappearing UI framework</title>
<link rel="alternate" type="application/rss+xml" title="Svelte blog" href="blog/rss.xml">
</svelte:head>
<div class='posts stretch'>

Loading…
Cancel
Save