Skip to content

Commit

Permalink
remove Jekyll command markers from comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau authored Dec 2, 2019
1 parent 134f806 commit af588eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/episode_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
questions and objectives, we pass them as parameters to the Liquid's
`include` statement when we generate the page:

{% include episode_overview.html teaching_time=e.teaching ... %}
include episode_overview.html teaching_time=e.teaching ...

Here we obtain the information we need either from the episode itself or
from the parameters passed in.
Expand Down

0 comments on commit af588eb

Please sign in to comment.