Skip to content

Commit c759a60

Browse files
committed
Add the correct class for the post date.
1 parent 34e64fb commit c759a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
<div class="post-header mb2">
55
<h1 class="py2">{{ page.title }}</h1>
6-
<span class="meta">{{ page.date | date: "%b %-d, %Y" }}</span>
6+
<span class="post-meta">{{ page.date | date: "%b %-d, %Y" }}</span>
77
</div>
88

99
<article class="post-content">

0 commit comments

Comments
 (0)