Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 875 Bytes

courses.md

File metadata and controls

29 lines (28 loc) · 875 Bytes
layout title order
default
Courses
2
{% for department_obj in site.data.departments %} {% assign department = department_obj[1] %}

{{ department.name }}

{% for course in department.courses %} {%- for item in course.codes -%} {%- if forloop.index > 1 -%} / {%- endif -%} {%- if item.url -%} {{ item.code }} {%- else -%} {{ item.code }} {%- endif -%} {%- endfor -%} : {{ course.title }}
{% endfor %}
{% endfor %}