From d6f245ba5b6e8849e6f346a3be39b837fd7276cb Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Wed, 6 Nov 2019 16:40:35 -0600 Subject: [PATCH] Switch to Liquid comments 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 --- _includes/manual_episode_order.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_includes/manual_episode_order.html b/_includes/manual_episode_order.html index 2928ee8..573ebde 100644 --- a/_includes/manual_episode_order.html +++ b/_includes/manual_episode_order.html @@ -50,7 +50,9 @@ {% endif %} {% endcomment %} - +{% comment %} +Manual ordering of Episodes begins here +{% endcomment %} {% if site.episode_order %} {% assign lesson_episodes = site.episode_order %} @@ -98,7 +100,10 @@ {% assign next_episode = page.next %} {% endif %} - + +{% comment %} +Manual ordering of Extras begins here +{% endcomment %} {% if site.extras_order %} {% assign lesson_extras = site.extras_order %}