Commit dc38d905 authored by Valentina Staneva's avatar Valentina Staneva Committed by GitHub
Browse files

Adding a footnote to the schedule that it may vary.

parent 0cc1d2c6
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  Days are displayed if at least one episode has 'start = true'.
{% endcomment %}
<div class="syllabus">
  <h2>Schedule</h2>
  <h2>Schedule <sup><a href="#fn1" id="ref1">1</a></sup></h2>

  {% assign day = 0 %}
  {% assign multiday = false %}
@@ -62,4 +62,8 @@
    <td class="col-md-7"></td>
  </tr>
  </table>
  
  <hr></hr>
  <sup id="fn1">1. [The schedule is provisional and will vary depending on topics and exercises covered.]<a href="#ref1" title="Jump back to footnote 1 in the text."></a></sup>

</div>