-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdaily.html
79 lines (70 loc) · 1.11 KB
/
daily.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
layout: default
title: Daily
days:
- "r1"
- "l1"
- "l2"
- "r2"
- "l3"
- "l4"
- "change_2_9"
- "r3"
- "l5"
- "l6"
- "change_2_17"
- "l7"
- "l8"
- "r4"
- "l9"
- "l10"
- "r5"
- "l11"
- "l12"
- "r6"
- "l13"
- "l14"
- "r7"
- "change_3_16-22"
- "l15"
- "l16"
- "r8"
- "l17"
- "l18"
- "r9"
- "l19"
- "l20"
- "r10"
- "l21"
- "l22"
- "r11"
- "l23"
- "l24"
- "r12"
- "l25"
- "l26"
- "r13"
- "l27"
- "l28"
- "r14"
- "review"
- "final"
---
<div class="titles">
<div class="column_date">
Date
</div>
<div class="column_materials">
Material Covered, Notes, Handouts and Links
</div>
<div class="column_assign">
Readings, Assignments, Homework
</div>
</div>
{% for i in page.days reversed %}
{% assign file_name = "daily/" | append: i | append: ".markdown" %}
{% capture my_include %}{% include {{ file_name }} %}{% endcapture %}
{{ my_include | markdownify }}
{% endfor %}
<br>
<br>