cccs-website/content/atom.xml
2013-09-05 09:51:17 +02:00

12 lines
329 B
XML

---
type: 'feed'
title: 'CCCS - Chaos Computer Club Stuttgart (Atom Feed)'
---
<%
excerptproc = Proc.new do |article|
article_summary(article)
end
%><%= atom_feed :limit => 10,
:excerpt_proc => excerptproc,
:icon => "#{site.config[:base_url]}/img/atom-icon.png",
:logo => "#{site.config[:base_url]}/img/atom-logo.png" %>