0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

blog: add RSS link tag for discovery

This commit is contained in:
isaacs 2012-06-22 09:04:14 -07:00
parent d34fea59e1
commit 2603cc564d

View File

@ -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 %>">