Skip to content

Commit a3f7324

Browse files
committed
removed custom index
1 parent cd450cc commit a3f7324

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ further. To use this custom schedule here, replace the block
370370
of code below the Schedule `<h2>` header below with
371371
`{% include custom-schedule.html %}`.
372372
{% endcomment %}
373-
<!--
373+
374374
<h2 id="schedule">Schedule</h2>
375375

376376
{% if site.carpentry == "swc" %}
@@ -382,11 +382,9 @@ of code below the Schedule `<h2>` header below with
382382
{% elsif site.carpentry == "incubator" %}
383383
This workshop is teaching a lesson in
384384
<a href="https://carpentries-incubator.org/">The Carpentries Incubator</a>. Please check <a href="{{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 %}
388386

389-
.{% comment %}
387+
{% comment %}
390388
Edit/replace the text above if you want to include a schedule table.
391389
See the contents of the _includes/custom-schedule.html file for an example of
392390
how one of these schedule tables is constructed.

0 commit comments

Comments
 (0)