You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ further. To use this custom schedule here, replace the block
370
370
of code below the Schedule `<h2>` header below with
371
371
`{% include custom-schedule.html %}`.
372
372
{% endcomment %}
373
-
<!--
373
+
374
374
<h2id="schedule">Schedule</h2>
375
375
376
376
{% if site.carpentry == "swc" %}
@@ -382,11 +382,9 @@ of code below the Schedule `<h2>` header below with
382
382
{% elsif site.carpentry == "incubator" %}
383
383
This workshop is teaching a lesson in
384
384
<ahref="https://carpentries-incubator.org/">The Carpentries Incubator</a>. Please check <ahref="{{site.incubator_lesson_site}}">the lesson homepage</a> for a list of lesson sections and estimated timings.
385
-
{% endif %} -->
386
-
387
-
{% include custom-schedule.html %}
385
+
{% endif %}
388
386
389
-
.{% comment %}
387
+
{% comment %}
390
388
Edit/replace the text above if you want to include a schedule table.
391
389
See the contents of the _includes/custom-schedule.html file for an example of
0 commit comments