diff options
Diffstat (limited to 'templates/blogpost.rs.html')
| -rw-r--r-- | templates/blogpost.rs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html index dd3a9da..6ac3c1e 100644 --- a/templates/blogpost.rs.html +++ b/templates/blogpost.rs.html @@ -9,7 +9,7 @@ <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@@theprincessxena" /> <meta name="twitter:title" content="@post.front_matter.title" /> -<meta name="twitter:description" content="Posted on @post.date" /> +<meta name="twitter:description" content="Posted on @post.date.format("%Y-%m-%d")" /> <!-- Facebook --> <meta property="og:type" content="website" /> @@ -29,7 +29,7 @@ "headline": "@post.front_matter.title", "image": "https://christine.website/static/img/avatar.png", "url": "https://christine.website/@post.link", - "datePublished": "@post.date", + "datePublished": "@post.date.format("%Y-%m-%d")", "mainEntityOfPage": @{ "@@type": "WebPage", "@@id": "https://christine.website/@post.link" |
