We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf1425 commit 5c6697bCopy full SHA for 5c6697b
_layouts/distill.html
@@ -16,7 +16,7 @@
16
<script async type="text/json">{
17
"title": "{{ page.title }}",
18
"description": "{{ page.description }}",
19
- "published": "{{ page.date }}",
+ "published": "{{ page.date | date: '%B %-d, %Y' }}",
20
"authors": [
21
{% for author in page.authors %}
22
{
0 commit comments