diff --git a/index.md b/index.md index ad2fc85..e78e868 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 %}