We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03c425 commit e7afcf7Copy full SHA for e7afcf7
index.md
@@ -14,6 +14,6 @@ The following exercises are designed to provide you with a hands-on learning exp
14
15
{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}
16
{% for activity in labs %}
17
-- [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) <br/> {{ activity.lab.description }}
+| [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }}) <br/> {{ activity.lab.description }} |
18
{% endfor %}
19
0 commit comments