Add the project layout template and update all projects

This commit is contained in:
2025-10-27 22:43:15 -07:00
parent 6706480a2c
commit 0bac864bb4
9 changed files with 40 additions and 19 deletions

12
_layouts/project.html Normal file
View 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 }}