title | permalink | layout |
---|---|---|
Online Hosted Instructions |
index.html |
home |
Hyperlinks to each case study is listed below.
{% assign casestudy= site.pages | where_exp:"page", "page.url contains '/Instructions/CaseStudyv2/'" %}
Module | CaseStudy |
---|---|
{% for activity in casestudy %} | {{ activity.casestudy.module }} |
{% endfor %} |
{% assign casestudy= site.pages | where_exp:"page", "page.url contains '/Instructions/CaseStudy/'" %}
Module | CaseStudy |
---|---|
{% for activity in casestudy %} | {{ activity.casestudy.module }} |
{% endfor %} |