Sha256: b0709a5cb45ebbfd882905e0704dafdce77abdf363c309f229e0f93e8d70dae6

Contents?: true

Size: 253 Bytes

Versions: 3

Compression:

Stored size: 253 Bytes

Contents

atom_feed(language: this_blog.lang.split('_').first, root_url: this_blog.base_url) do |feed|
  render 'shared/atom_header', feed: feed, items: @articles

  @articles.each do |item|
    render 'shared/atom_item_article', feed: feed, item: item
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/articles/index_atom_feed.atom.builder
publify_core-9.0.1 app/views/articles/index_atom_feed.atom.builder
publify_core-9.0.0 app/views/articles/index_atom_feed.atom.builder