pull/2/head
Oliver Kennedy 2022-10-07 01:12:35 -04:00
parent 271bcac632
commit 9afb27ef04
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
2 changed files with 7 additions and 1 deletions

View File

@ -343,6 +343,8 @@ schedule:
dow: Mon
- date: 10/19/22
special: Midterm Exam
links:
2021_Fall: ../exams/2021fa_midterm.pdf
dow: Wed
- date: 10/21/22
topic: Organizing Cat Pictures
@ -654,7 +656,11 @@ p.callout {
<tr>
<% if lecture.include? "special" %>
<td class="special"><%=lecture["dow"]%> <%=lecture["date"]%></td>
<td colspan=4 class="special"><%=lecture["special"]%></td>
<td colspan=4 class="special"><%=lecture["special"]%>
<% if lecture.include? "links" %>
[<%= lecture["links"].map { |k,v| "<a href='#{v}'>#{k.sub("_", " ")}</a>" }.join(" | ") %>]
<% end %>
</td>
<% else %>
<td><%=lecture["dow"]%> <%=lecture["date"]%></td>
<td><%=lecture.fetch("due", "")%></td>

Binary file not shown.