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
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}
{ {