Added date to seo

This commit is contained in:
Rafael González 2022-08-19 23:10:57 -05:00
parent 864814c9ee
commit e4910561d4
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ const {
"image": [ "image": [
"${frontmatter.image}" "${frontmatter.image}"
], ],
"datePublished": "2015-02-05T08:00:00+08:00", "datePublished": "${frontmatter.date}",
"dateModified": "2015-02-05T09:20:00+08:00", "dateModified": "${frontmatter.date}",
"author": { "author": {
"@type": "Person", "@type": "Person",
"name": "Rafael González Vázquez", "name": "Rafael González Vázquez",