Skip to content

Commit

Permalink
Switch to Liquid comments
Browse files Browse the repository at this point in the history
HTML comments end up in the generated HTML pages: they're not displayed by the browsers but they're still present there. Liquid comments do not end up in the generated HTML pages
  • Loading branch information
maxim-belkin authored and fmichonneau committed Nov 7, 2019
1 parent 5d9533b commit 3b84885
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _includes/manual_episode_order.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
{% endif %}
{% endcomment %}

<!-- Manual ordering of Episodes begins here -->
{% comment %}
Manual ordering of Episodes begins here
{% endcomment %}

{% if site.episode_order %}
{% assign lesson_episodes = site.episode_order %}
Expand Down Expand Up @@ -98,7 +100,10 @@
{% assign next_episode = page.next %}
{% endif %}

<!-- Manual ordering of Extras begins here -->

{% comment %}
Manual ordering of Extras begins here
{% endcomment %}

{% if site.extras_order %}
{% assign lesson_extras = site.extras_order %}
Expand Down

0 comments on commit 3b84885

Please sign in to comment.