Sha256: 362a8b5e728a36c7d50eb65d1b095ab480f55aff4d7f4eddf7ca0f00b8063d83

Contents?: true

Size: 356 Bytes

Versions: 10

Compression:

Stored size: 356 Bytes

Contents

atom_feed do |feed|
  feed.title(feed_title)
  unless this_blog.blog_subtitle.blank?
    feed.subtitle(this_blog.blog_subtitle, "type" => "html")
  end
  feed.updated atom_feed.first.updated_at if atom_feed.first
  feed.generator "Typo", :uri => "http://www.typosphere.org", :version => '4.x'

  atom_feed.each do |value|
    value.to_atom(feed)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/articles/_atom_feed.atom.builder
typo-5.0.3.98 app/views/articles/_atom_feed.atom.builder
typo-5.1.2 app/views/articles/_atom_feed.atom.builder
typo-5.1.1 app/views/articles/_atom_feed.atom.builder
typo-5.1.3 app/views/articles/_atom_feed.atom.builder
typo-5.1 app/views/articles/_atom_feed.atom.builder
typo-5.1.98 app/views/articles/_atom_feed.atom.builder
typo-5.2 app/views/articles/_atom_feed.atom.builder
typo-5.2.98 app/views/articles/_atom_feed.atom.builder
typo-5.3 app/views/articles/_atom_feed.atom.builder