Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
blog: add RSS link tag for discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 22, 2012
1 parent d34fea5 commit 2603cc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/blog.html
Expand Up @@ -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 %>">
Expand Down

0 comments on commit 2603cc5

Please sign in to comment.