We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e64fb commit c759a60Copy full SHA for c759a60
_layouts/post.html
@@ -3,7 +3,7 @@
3
---
4
<div class="post-header mb2">
5
<h1 class="py2">{{ page.title }}</h1>
6
- <span class="meta">{{ page.date | date: "%b %-d, %Y" }}</span>
+ <span class="post-meta">{{ page.date | date: "%b %-d, %Y" }}</span>
7
</div>
8
9
<article class="post-content">
0 commit comments