From 9b68ba884967b2ddd7759ccb3239c83efccc130f Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Fri, 25 Aug 2017 12:08:22 +0200
Subject: [PATCH] specifying semester

---
 courses/meta/index.html    | 2 +-
 courses/meta/upcoming.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/courses/meta/index.html b/courses/meta/index.html
index 26dac93..7094e2c 100644
--- a/courses/meta/index.html
+++ b/courses/meta/index.html
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Courses
+title: Current Courses ({{site.current}})
 permalink: /courses/
 ---
 
diff --git a/courses/meta/upcoming.html b/courses/meta/upcoming.html
index f91324f..9c309b7 100644
--- a/courses/meta/upcoming.html
+++ b/courses/meta/upcoming.html
@@ -1,6 +1,6 @@
 ---
 layout: default
-title: Upcoming Courses
+title: Upcoming Courses ({{site.upcoming}})
 permalink: /courses/upcoming/
 ---
 
@@ -12,4 +12,4 @@ permalink: /courses/upcoming/
             {% include course.html %}
         {% endif %}
     {% endfor %}
-</ul>
\ No newline at end of file
+</ul>
-- 
GitLab