Events from list files; next Stammtisch

This commit is contained in:
Stefan Schlott 2013-08-27 17:38:25 +02:00
parent ca3b00f0bb
commit 0ae50c117c
6 changed files with 115 additions and 10 deletions

View file

@ -16,3 +16,8 @@ def generate_activity_pages()
generate_yearly_archive(articles, :startdate, '/activities', 'Aktionen und Aktivitäten', 'event_archive')
end
def get_regulars_tables()
items.select { |i| (i[:kind]=='event') && i.identifier.start_with?('/_data/stammtisch/') }
end