| layout | title | nav_order | description |
|---|---|---|---|
page |
Course Calendar |
2 |
An embedded Google Calendar displaying the weekly event schedule. |
Course materials are defined in the _modules directory. Each module is rendered here according to their filename.
Modules are rendered according to the layout file defined in _layouts/module.html. Edit the HTML to modify the layout.
{% for module in site.modules %} {{ module }} {% endfor %}