mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
vault backup: 2022-07-12 07:02:43
This commit is contained in:
parent
40bbf6d77b
commit
d9c85d909c
22
content/notes/Untitled 1.md
Normal file
22
content/notes/Untitled 1.md
Normal file
@ -0,0 +1,22 @@
|
||||
<%*
|
||||
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;
|
||||
}
|
||||
%>
|
||||
@ -35,6 +35,7 @@ tags:
|
||||
|
||||
|
||||
# Lectures
|
||||
[01-bits-and-bytes](notes/01-bits-and-bytes.md)
|
||||
|
||||
# Archive
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user