Compare commits
No commits in common. "befed54a2e816760396afa3ae37528eec4373791" and "9bba1d2c706d03120930c961c1b4a76535877d54" have entirely different histories.
befed54a2e
...
9bba1d2c70
|
@ -25,7 +25,8 @@
|
||||||
"headline": {{ title }},
|
"headline": {{ title }},
|
||||||
"inLanguage": {{ language }},
|
"inLanguage": {{ language }},
|
||||||
"description": {{ description | striptags }},
|
"description": {{ description | striptags }},
|
||||||
"datePublished": {{ post.date }},
|
"datePublished": {{ date_published }},
|
||||||
|
"dateModified": {{ date_modified }},
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": {{ config.languages[language].author }},
|
"name": {{ config.languages[language].author }},
|
||||||
|
|
Loading…
Reference in New Issue