Migrate projects to the new format
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ content }}
|
||||
|
||||
<div>
|
||||
|
||||
6
_layouts/page_moved.html
Normal file
6
_layouts/page_moved.html
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<h1>Page moved</h1>
|
||||
<p>This page has been moved. {{ content }}</p>
|
||||
Reference in New Issue
Block a user