feed.erb 316 Bytes
Newer Older
1
<%= atom_feed :title => 'Prometheus Blog', :author_name => '© Prometheus Authors 2015',
2 3 4
              :author_uri => 'https://prometheus.io/blog/', :limit => 10,
              :logo => 'https://prometheus.io/assets/prometheus_logo.png',
              :icon => 'https://prometheus.io/assets/favicons/favicon.ico' %>