Compare commits

...

1 Commits

Author SHA1 Message Date
Digital Studium befed54a2e Fix date published 2023-07-23 16:20:07 +03:00
1 changed files with 1 additions and 2 deletions

View File

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