Skip to content

Commit e344b8f

Browse files
committed
precise that logic for schedule is in index.md
1 parent cba3b96 commit e344b8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_extras/customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ workshop you will be teaching (`dc`, `lc`, or `swc`).
175175

176176
If you wish to create your own custom schedule, an empty template is available in
177177
`_includes/custom-schedule.html`. In this file, we provide the structure for a
178-
4-day workshop as it is often used for online workshops. To use the custom
178+
4-day workshop as it is often used for online workshops. To use this custom
179179
schedule instead of the one provided by default in the template, delete the
180-
block of code found under the "Schedule" header and replace it with
181-
`{% raw %}{% include custom-schedule.html %}{% endraw %}`.
180+
block of code found under the "Schedule" header in the `index.md` file and
181+
replace it with`{% raw %}{% include custom-schedule.html %}{% endraw %}`.
182182

183183
The schedule is formatted using a table. If you would like to learn more about
184184
how to write tables in HTML, here is an [HTML table overview from

0 commit comments

Comments
 (0)