From 1a6843205f2ff87e4d06448f42ad4f11f0705d05 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 13 Feb 2020 17:35:05 -0800 Subject: [PATCH] Update index.md --- index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.md b/index.md index eac3f416..77eb2ebe 100644 --- a/index.md +++ b/index.md @@ -16,10 +16,4 @@ Hyperlinks to each of the lab exercises and demos are listed below. {% for activity in labs %}| {{ activity.lab.module }} | [{{ activity.lab.title }}{% if activity.lab.type %} - {{ activity.lab.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) | {% endfor %} -## Demos -{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %} -| Module | Demo | -| --- | --- | -{% for activity in demos %}| {{ activity.demo.module }} | [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) | -{% endfor %}