We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa525f commit 2308fcaCopy full SHA for 2308fca
1 file changed
index.md
@@ -23,7 +23,7 @@ Scroll down for demonstrations.
23
{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}
24
| Demonstration |
25
| --- |
26
-{% for activity in demos %}| [{{ activity.demo.title }}]({{ site.github.url }}{{ activity.url }}) |
+{% for activity in demos %}| [{{ activity.demo.module }}]({{ site.github.url }}{{ activity.url }}) |
27
{% endfor %}
28
29
0 commit comments