File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ var BlogSidebar = React.createClass({
16
16
. sort ( ( a , b ) => a . date < b . date ) ;
17
17
return (
18
18
< div className = "nav-docs" >
19
+ < div className = "nav-docs-section" >
20
+ < h3 > Subscribe</ h3 >
21
+ < a rel = "home" type = "application/rss+xml" href = "/blog/rss.xml" > RSS</ a >
22
+ </ div >
19
23
< div className = "nav-docs-section" >
20
24
< h3 > Recent Posts</ h3 >
21
25
< ul >
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ var Site = React.createClass({
28
28
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
29
29
< link rel = "shortcut icon" href = { '/img/favicon.png' } />
30
30
< link rel = "stylesheet" href = { '/css/graphql.css' } />
31
+ < link rel = "home" type = "application/rss+xml" href = "/blog/rss.xml" title = "GraphQL Team Blog" />
31
32
32
33
< script type = "text/javascript" src = "//use.typekit.net/vqa1hcx.js" > </ script >
33
34
< script type = "text/javascript" > { 'try{Typekit.load();}catch(e){}' } </ script >
You can’t perform that action at this time.
0 commit comments