Fix date published
This commit is contained in:
parent
9bba1d2c70
commit
befed54a2e
|
@ -25,8 +25,7 @@
|
||||||
"headline": {{ title }},
|
"headline": {{ title }},
|
||||||
"inLanguage": {{ language }},
|
"inLanguage": {{ language }},
|
||||||
"description": {{ description | striptags }},
|
"description": {{ description | striptags }},
|
||||||
"datePublished": {{ date_published }},
|
"datePublished": {{ post.date }},
|
||||||
"dateModified": {{ date_modified }},
|
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": {{ config.languages[language].author }},
|
"name": {{ config.languages[language].author }},
|
||||||
|
|
Loading…
Reference in New Issue