Browse Source

blog: add RSS link tag for discovery

v0.8.7-release
isaacs 13 years ago
parent
commit
2603cc564d
  1. 5
      doc/blog.html

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

Loading…
Cancel
Save