Add the project layout template and update all projects
This commit is contained in:
12
_layouts/project.html
Normal file
12
_layouts/project.html
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="project-header">
|
||||
<div class="breadcrumb-wrapper">
|
||||
<a href="/projects">All projects</a>
|
||||
</div>
|
||||
<h1>{{ page.title }}</h1>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
Reference in New Issue
Block a user