Skip to content

Commit 7008669

Browse files
committed
Add date to blog posts
1 parent fbcbb1c commit 7008669

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
@@ -3,5 +3,6 @@
33
---
44
<article>
55
<h1>{{ page.title }}</h1>
6+
<div class="post-meta sect1">{{ page.date | date: "%b %-d, %Y" }}</div>
67
{{ content }}
78
</article>

0 commit comments

Comments
 (0)