diff --git a/_layouts/project.html b/_layouts/project.html new file mode 100644 index 0000000000000000000000000000000000000000..e6a1479426680afe44e64248fa69f34593017e9f --- /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>