summaryrefslogtreecommitdiff
path: root/doc/blog.html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-22 09:04:14 -0700
committerisaacs <i@izs.me>2012-06-22 09:04:14 -0700
commit2603cc564da0184da10d36e2fb19625c5ae54893 (patch)
treea8538940c7d0ce070ed645573a7b9ec1248170d0 /doc/blog.html
parentd34fea59e1b72d5da60ca97f3decb84f5ed87ef1 (diff)
downloadnode-new-2603cc564da0184da10d36e2fb19625c5ae54893.tar.gz
blog: add RSS link tag for discovery
Diffstat (limited to 'doc/blog.html')
-rw-r--r--doc/blog.html5
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 %>">