Fix possible problems with Date/Time comparison. Calendar in sidebar.
This commit is contained in:
parent
0ae50c117c
commit
d980530cb9
3 changed files with 20 additions and 5 deletions
|
|
@ -20,4 +20,7 @@ def get_regulars_tables()
|
|||
items.select { |i| (i[:kind]=='event') && i.identifier.start_with?('/_data/stammtisch/') }
|
||||
end
|
||||
|
||||
def get_public_events()
|
||||
items.select { |i| (i[:kind]=='event') && i[:public] }
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue