From ef0213559fc7da87cb85e6d471996b221584a747 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:36:24 -0700 Subject: [PATCH] Update index.md --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 7311be46..dba92de5 100644 --- a/index.md +++ b/index.md @@ -16,10 +16,10 @@ Required labs files can be [DOWNLOADED HERE](https://github.com/MicrosoftLearnin {% 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 +## Demonstrations {% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %} | Module | Demonstration | | --- | --- | -{% for activity in demos %}| {{ activity.demos.module }} | [{{ activity.demos.title }}{% if activity.demos.type %} - {{ activity.demos.type }}{% endif %}]({{ site.github.url }}{{ activity.url }}) | +{% for activity in demos %}| {{ activity.demo.module }} | [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) | {% endfor %}