fix distill pubiblication date (#194)

This commit is contained in:
Thiago 2021-02-08 16:09:09 +01:00 committed by GitHub
parent edf1425ed4
commit 5c6697bcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
<script async type="text/json">{
"title": "{{ page.title }}",
"description": "{{ page.description }}",
"published": "{{ page.date }}",
"published": "{{ page.date | date: '%B %-d, %Y' }}",
"authors": [
{% for author in page.authors %}
{