--- title: A Mother Clucker subtitle: raising chickens in the city site: example.com author: Tim Pease email: author@example.com extension: xml layout: nil dirty: true filter: erb --- <%= h(@page.title) %> <%= h(@page.subtitle) %> <%= Time.now.xmlschema %> <%= h(@page.author) %> <%= h(@page.email) %> http://<%= @page.site %>/ <% @pages.find(:limit => 10, :layout => 'tumblog/post', :sort_by => 'created_at', :reverse => true).each do |article| %> <%= h(article.title) %> tag:<%= @page.site %>,<%= article.created_at.strftime('%Y-%m-%d') %>:<%= article.created_at.to_i %> <%= article.created_at.xmlschema %> <%= h(render(article)) %> <% end %>