diff options
-rw-r--r-- | doc/blog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/blog.html b/doc/blog.html index 314d0266a8..0ee0e3b6da 100644 --- a/doc/blog.html +++ b/doc/blog.html @@ -48,6 +48,11 @@ </style> <title><%= title || "Node.js Blog" %></title> + <link rel="alternate" type="application/rss+xml" + title="Node.js Blog RSS" + href="http://blog.nodejs.org/feed<%= + (typeof posts !== 'undefined') ? uri : '/' + %>"> </head> <body class="int blog" id="<%= pageid %>"> |