Skip to content

Commit 093148a

Browse files
fu5hakvark
authored andcommitted
add date to post (#18)
1 parent 407276a commit 093148a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/post.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: default
33
---
44
<h1>{{ page.title }}</h1>
5+
<h3><span>{{ page.date | date_to_string }}<span></h3>
56

67
<div class="content">
78
<div class="post">{{ content }}</div>

0 commit comments

Comments
 (0)