Clarify title
This commit is contained in:
parent
c8c5bde4f4
commit
d6eb173ca9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
def generate_event_pages()
|
def generate_event_pages()
|
||||||
articles = items.select { |i| i[:kind] == 'event' }
|
articles = items.select { |i| i[:kind] == 'event' }
|
||||||
generate_yearly_archive(articles, :startdate, '/events', 'Veranstaltungen', 'event_archive')
|
generate_yearly_archive(articles, :startdate, '/events', 'Veranstaltungen des CCC Stuttgart', 'event_archive')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue