Fix date published

This commit is contained in:
Digital Studium 2023-07-23 16:20:07 +03:00
parent 9bba1d2c70
commit befed54a2e
1 changed files with 1 additions and 2 deletions

View File

@ -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 }},