middleman/middleman-core/fixtures/large-build-app/source/feed.xml.builder

4 lines
103 B
Ruby

xml.instruct!
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.title "Not a feed, really"
end