0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 08:32:05 +01:00

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

Add rss <link> to blog
This commit is contained in:
Rich Harris 2019-02-14 17:57:58 -04:00 committed by GitHub
commit d61616e148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'>