Path: blob/main/src/resources/projects/website/listing/feed/preamble.ejs.md
12923 views
<% if (feed['xml-stylesheet']) { %>"?><% } %>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<%= escape(feed.title) %>
<%- feed.link %>
<%= escape(feed.description) %>
<% if (feed.language) { %><%= feed.language %><% } %>
<% if (feed.image) { %>
<%= feed.image.url %>
<%= escape(feed.image.title) %>
<%= feed.image.link %>
<% if (feed.image.height) { %><%= feed.image.height %><% } %>
<% if (feed.image.width) { %><%= feed.image.width %><% } %>
<% } %>
<%= feed.generator %>
<%= feed.lastBuildDate %>