Commit eeea0657 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub
Browse files

Merge pull request #44 from valentina-s/patch-1

Adding a footnote to the schedule that it may vary.
parents 4e199995 dc38d905
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>