Skip to content

Commit 5c6697b

Browse files
authored
fix distill pubiblication date (alshedivat#194)
1 parent edf1425 commit 5c6697b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/distill.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<script async type="text/json">{
1717
"title": "{{ page.title }}",
1818
"description": "{{ page.description }}",
19-
"published": "{{ page.date }}",
19+
"published": "{{ page.date | date: '%B %-d, %Y' }}",
2020
"authors": [
2121
{% for author in page.authors %}
2222
{

0 commit comments

Comments
 (0)