lib/alula/generators/feedbuilder.rb in alula-0.4.18 vs lib/alula/generators/feedbuilder.rb in alula-0.4.19

- old
+ new

@@ -50,10 +50,9 @@ # Add link to head Alula::Plugin.addon(:head, ->(context) { "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"#{context.url_for(@feed_page.url(context.locale))}\">" }) - # -# %link{rel: "alternate", type: "application/rss+xml", title: "RSS", href: "/feed.xml"} end end end Alula::Generator.register :feedbuilder, Alula::FeedBuilder