mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
22 lines
424 B
Markdown
22 lines
424 B
Markdown
<%*
|
|
const d = new Date().getDay()
|
|
switch(d){
|
|
case 1:
|
|
tR+="- [ ] 202 Lecture\n- [ ] 204 Lecture\n- [ ] 203 Lab"
|
|
break;
|
|
case 2:
|
|
tR+="- [ ] 204 Lab\n- [ ] 203 Lecture"
|
|
break;
|
|
case 3:
|
|
tR+="- [ ] 202 Lecture\n- [ ] 210 Lecture"
|
|
break;
|
|
case 4:
|
|
tR+= - [ ] 204 Lecture\ - [ ] 203 Lab\n- [ ] 210 Lecture"
|
|
break;
|
|
case 5:
|
|
tR+="- [ ] 202 Lecture\ - [ ] 203 Lecture\n- [ ] 203 Lab"
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
%> |