We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4ada9 commit 6290a3cCopy full SHA for 6290a3c
layouts/post.html
@@ -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