Events from list files; next Stammtisch
This commit is contained in:
parent
ca3b00f0bb
commit
0ae50c117c
6 changed files with 115 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue