From f602d4ae6d24f23d92f4e8313711cc694efb7472 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Mon, 1 May 2017 10:45:23 +0200 Subject: [PATCH] new --- _layouts/course.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _layouts/course.html diff --git a/_layouts/course.html b/_layouts/course.html new file mode 100644 index 0000000..5e9c901 --- /dev/null +++ b/_layouts/course.html @@ -0,0 +1,9 @@ +--- +layout: default +--- + +<div class="page"> + <h1 class="page-title">{{ page.title }}</h1> + <h2>{{page.instructor}}</h2> + {{ content }} +</div> -- GitLab