Sha256: f1cbf3645f8a5afda9050562e681ab83ae341b8225c33114ec4229f03dc68a32
Contents?: true
Size: 501 Bytes
Versions: 18
Compression:
Stored size: 501 Bytes
Contents
<% content_for :rss_title, "#{Setting[:site_name]} Blog" %> <% content_for :pub_date, @feed.pub_date %> <% @feed.items.each do |item| %> <item> <title><%= item.title %></title> <description> <%= "<h1>#{h item.title}</h1>" %> <%= item.content %> </description> <link>http://<%= Setting[:domain] %>/blog/<%= item.url_title %></link> <guid>http://<%= Setting[:domain] %>/blog/<%= item.url_title %></guid> <pubDate><%= item.pub_date %></pubDate> </item> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems