8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
<% if(theme.url.rss) { %>
|
|
<% if(config.feed.type == "atom"){ %>
|
|
<link rel="alternate" type="application/atom+xml" href="<%= theme.url.rss || '#' %>">
|
|
<% } else if(config.feed.type == "rss2") { %>
|
|
<link rel="alternate" type="application/rss+xml" href="<%= theme.url.rss || '#' %>">
|
|
<% } else { %>
|
|
<% } %>
|
|
<% } %> |