Migrate projects to the new format

This commit is contained in:
2026-08-08 20:27:52 -04:00
parent ad646e4dfa
commit 73c076dc71
34 changed files with 77 additions and 43 deletions

View File

@@ -2,6 +2,8 @@
layout: default
---
<h1>{{ page.title }}</h1>
{{ content }}
<div>

6
_layouts/page_moved.html Normal file
View File

@@ -0,0 +1,6 @@
---
layout: default
---
<h1>Page moved</h1>
<p>This page has been moved. {{ content }}</p>