Skip to content
Snippets Groups Projects
Commit 1a242e01 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

adapted

parent 9b7d501b
Branches
No related tags found
No related merge requests found
---
layout: default
title: Upcoming Courses
permalink: /courses/
---
{% assign courses = site.pages | where: "layout", "course" | sort: "title" %}
<ul class="collection">
{% for item in courses %}
{% if item.semesters contains site.upcoming %}
{% include course.html %}
{% endif %}
{% endfor %}
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment