diff options
author | isaacs <i@izs.me> | 2012-06-22 09:04:14 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-22 09:04:14 -0700 |
commit | 2603cc564da0184da10d36e2fb19625c5ae54893 (patch) | |
tree | a8538940c7d0ce070ed645573a7b9ec1248170d0 /doc/blog.html | |
parent | d34fea59e1b72d5da60ca97f3decb84f5ed87ef1 (diff) | |
download | node-new-2603cc564da0184da10d36e2fb19625c5ae54893.tar.gz |
blog: add RSS link tag for discovery
Diffstat (limited to 'doc/blog.html')
-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 %>"> |