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