fix distill pubiblication date (#194)
This commit is contained in:
parent
edf1425ed4
commit
5c6697bcfc
|
|
@ -16,7 +16,7 @@
|
||||||
<script async type="text/json">{
|
<script async type="text/json">{
|
||||||
"title": "{{ page.title }}",
|
"title": "{{ page.title }}",
|
||||||
"description": "{{ page.description }}",
|
"description": "{{ page.description }}",
|
||||||
"published": "{{ page.date }}",
|
"published": "{{ page.date | date: '%B %-d, %Y' }}",
|
||||||
"authors": [
|
"authors": [
|
||||||
{% for author in page.authors %}
|
{% for author in page.authors %}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue