From 58fbcefcb2aab8409b46d464b8ac37cc1d0a0e4b Mon Sep 17 00:00:00 2001 From: Ivor Berry Date: Tue, 5 Nov 2024 12:54:34 -0500 Subject: [PATCH] include custom vision in pages list --- index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.md b/index.md index ad2fc85a..e78e8688 100644 --- a/index.md +++ b/index.md @@ -11,9 +11,6 @@ The following exercises are designed to support the modules on Microsoft Learn. {% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Exercises'" %} -{% for activity in labs %} - {% if activity.lab.title contains "Azure AI Custom Vision" %} - {% continue %} - {% endif %} +{% for activity in labs %} - [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) {% endfor %}