Sha256: 70470e80b61a8e7d781ecd5811d70615a05b39814397782d1950f08329b2a941

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

feed.title(feed_title)
if this_blog.blog_subtitle.present?
  feed.subtitle(this_blog.blog_subtitle, 'type' => 'html')
end
feed.updated items.first.updated_at if items.first
feed.generator 'Publify', uri: 'http://www.publify.co', version: PublifyCore::VERSION

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
publify_core-9.0.1 app/views/shared/_atom_header.atom.builder
publify_core-9.0.0 app/views/shared/_atom_header.atom.builder