Skip to content

Commit 6290a3c

Browse files
authored
Create post.html
1 parent bd4ada9 commit 6290a3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

layouts/post.html

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

0 commit comments

Comments
 (0)