yufan.me/themes/spectre/layout/_partial/head/rss.ejs
2024-06-14 02:15:18 +08:00

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 { %>
<% } %>
<% } %>