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:
parent
d34fea59e1
commit
2603cc564d
@ -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…
Reference in New Issue
Block a user