We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcbb1c commit 7008669Copy full SHA for 7008669
_layouts/post.html
@@ -3,5 +3,6 @@
3
---
4
<article>
5
<h1>{{ page.title }}</h1>
6
+<div class="post-meta sect1">{{ page.date | date: "%b %-d, %Y" }}</div>
7
{{ content }}
8
</article>
0 commit comments