Remove software carpentries logo
[rnaseq-cwl-training.git] / _includes / manual_episode_order.html
index 2928ee852ee86dd9266f3f5dcc4acb99c835c25a..790862719942d5ebf540b051d365d1dda1cb1ce9 100644 (file)
@@ -35,7 +35,7 @@
        as 'url' and 'title' and that are used in
        'episode_navbar.html'.
 
-    When episode order is specified manualy, the 'lesson_episodes'
+    When episode order is specified manually, the 'lesson_episodes'
     variable contains a list of episode names ("slugs", to be precise;
     "slug" is the episode name without '.md').  Therefore, when we
     iterate over 'lesson_episodes' (in syllabus.html and navbar.html) ,
@@ -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 %}
   {% 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 %}