Forked from
KWARC / kwarc.info / www
1030 commits behind the upstream repository.
-
Tom Wiesing authoredTom Wiesing authored
upcoming.md 347 B
layout: default
title: Upcoming Courses
permalink: /courses/upcoming/
{% assign courses = site.pages | where: "layout", "course" | sort: "title" %}
-
{% for item in courses %}
{% if item.semesters contains site.upcoming %}
{% include course.html %}
{% endif %}
{% endfor %}