Skip to content

Commit 0003a56

Browse files
authored
Create post.html
1 parent d0384e3 commit 0003a56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_layouts/post.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
---
4+
<h1>{{ page.title }}</h1>
5+
6+
<div class="content">
7+
<div class="post">{{ content }}</div>
8+
</div>

0 commit comments

Comments
 (0)