Skip to content

Commit 93485d1

Browse files
Create post.html
1 parent 1c32fb5 commit 93485d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

post.html

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

0 commit comments

Comments
 (0)