init
This commit is contained in:
9
_layouts/post.html
Normal file
9
_layouts/post.html
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: base
|
||||
---
|
||||
<main>
|
||||
<article>
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
</article>
|
||||
</main>
|
Reference in New Issue
Block a user