- {% if material.type == "introduction" %}
- {% if material.slides %}
- {% include _includes/resource-slides.html material=material topic=topic.name %}
- {% endif %}
- {% elsif material.type == "tutorial" %}
{% include _includes/resource-slides.html material=material topic=topic.name %}
{% include _includes/resource-handson.html material=material topic=topic.name %}
@@ -62,7 +57,6 @@
{% include _includes/instance-dropdown.html instances=instances topic=topic.name tuto=material.tutorial_name %}
{% endif %}
- {% endif %}
diff --git a/_layouts/tutorial_hands_on.html b/_layouts/tutorial_hands_on.html
index 156527ef1886f..4d3f0bde27d72 100644
--- a/_layouts/tutorial_hands_on.html
+++ b/_layouts/tutorial_hands_on.html
@@ -21,11 +21,6 @@
{% assign associated_slides = true %}
{% endif %}
{% endif %}
- {% if material.type == "introduction" %}
- {% assign intro_link = true %}
- {% assign intro_target = material.tutorial_name | append: '.html' %}
-
- {% endif %}
{% endif %}
{% endfor %}
@@ -418,15 +413,11 @@