Skip to content

Commit a376ecf

Browse files
bors[bot]mkantor
andauthored
Merge #51
51: Add date to blog posts r=matklad a=mkantor I took a naive stab at this, plopping the date under the post title with some existing styles. Adjust as you see fit! Fixes #50. Co-authored-by: Matt Kantor <the.matt.kantor@gmail.com>
2 parents fbcbb1c + 7008669 commit a376ecf

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)