@@ -3,24 +3,20 @@ image: pause-kitchen
33category : Food
44
55schedule :
6- - title : Summer Hours
7- notes : The Pause Kitchen is closed for the summer.
8- hours : []
6+ - title : Daylight
7+ notes : The late night menu starts at 9 p.m.
8+ hours :
9+ - {days: [Mo], from: '10:30am', to: '12:00am'}
10+ - {days: [Tu], from: '11:30am', to: '12:00am'}
11+ - {days: [We], from: '10:30am', to: '12:00am'}
12+ - {days: [Th], from: '11:30am', to: '12:00am'}
13+ - {days: [Fr], from: '10:30am', to: '9:00pm'}
14+ - {days: [Sa], from: '11:30am', to: '9:00pm'}
15+ - {days: [Su], from: '11:30am', to: '12:00am'}
916
10- # - title: Daylight
11- # notes: The late night menu starts at 9 p.m.
12- # hours:
13- # - {days: [Mo], from: '10:30am', to: '12:00am'}
14- # - {days: [Tu], from: '11:30am', to: '12:00am'}
15- # - {days: [We], from: '10:30am', to: '12:00am'}
16- # - {days: [Th], from: '11:30am', to: '12:00am'}
17- # - {days: [Fr], from: '10:30am', to: '9:00pm'}
18- # - {days: [Sa], from: '11:30am', to: '9:00pm'}
19- # - {days: [Su], from: '11:30am', to: '12:00am'}
20-
21- # - title: Late Night
22- # hours:
23- # - {days: [Fr, Sa], from: '9:00pm', to: '2:00am'}
17+ - title : Late Night
18+ hours :
19+ - {days: [Fr, Sa], from: '9:00pm', to: '2:00am'}
2420
2521breakSchedule :
2622 fall : []
0 commit comments