Commit da1e5db5 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge branch 'gh-pages' into library-carpentry

parents 2acc4f22 60900b8f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -13,6 +13,11 @@
  {% assign current = site.start_time %}

  <table class="table table-striped">
  <tr>
    <td class="col-md-1"></td>
    <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td>
    <td class="col-md-7">Dowload files used on the lesson.</td>
  </tr>
  {% for episode in site.episodes %}
    {% if episode.start %} {% comment %} Starting a new day? {% endcomment %}
      {% assign day = day | plus: 1 %}
+1 −0
Original line number Diff line number Diff line
@@ -214,6 +214,7 @@ training_site: "https://swcarpentry.github.io/instructor-training"
# Surveys.
pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
post_survey: "https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
training_post_survey: "https://www.surveymonkey.com/r/post-instructor-training"

# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am).
start_time: 0