Skip to content

Commit

Permalink
Incorporate flavor into schedule for swc (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinBecker authored Jun 25, 2024
1 parent e1cd87c commit 34da415
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ <h3>Day 1</h3>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
{% if site.flavor == "r" %}
<tr> <td>13:00</td> <td>Building Programs with R</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Building Programs with R (Continued)</td> </tr>
{% elsif site.flavor == "python" %}
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>15:00</td> <td>Building Programs with Python (Continued)</td> </tr>
{% else %}
{% include warning-flavor.html %}
{% endif %}
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td>END</td> </tr>
</table>
Expand Down

0 comments on commit 34da415

Please sign in to comment.