2019-03-22 19:32:41 -04:00

785 B

title, permalink, layout
title permalink layout
Online Hosted Instructions index.html home

Content Directory

Hyperlinks to each of the lab exercises and demos are listed below.

Labs

{% assign labs = site.pages | where_exp:"page", "page.url contains '/Instructions/Labs'" %}

Module Lab
{% for activity in labs %} {{ activity.lab.module }}
{% endfor %}

Demos

{% assign demos = site.pages | where_exp:"page", "page.url contains '/Instructions/Demos'" %}

Module Demo
{% for activity in demos %} {{ activity.demo.module }}
{% endfor %}