Compare commits

..

No commits in common. "befed54a2e816760396afa3ae37528eec4373791" and "9bba1d2c706d03120930c961c1b4a76535877d54" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
"headline": {{ title }},
"inLanguage": {{ language }},
"description": {{ description | striptags }},
"datePublished": {{ post.date }},
"datePublished": {{ date_published }},
"dateModified": {{ date_modified }},
"author": {
"@type": "Person",
"name": {{ config.languages[language].author }},