From 291a81c3323f183bdd192abb01fd8e28c59328e3 Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Tue, 2 May 2017 07:26:14 +0200 Subject: [PATCH] more --- _layouts/project.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _layouts/project.html diff --git a/_layouts/project.html b/_layouts/project.html new file mode 100644 index 0000000..e6a1479 --- /dev/null +++ b/_layouts/project.html @@ -0,0 +1,18 @@ +--- +layout: default +--- + +<div class="page"> + <h1 class="page-title"> + {{page.title}} + {% if page.start %} + {{page.start}} - {% if page.end %} {{page.end}}{% endif %} + {% endif %} +</h1> + {{ content }} + + {% if page.people %} + <h3>People:</h3> + {{page.people}} + {% endif %} +</div> -- GitLab