Skip to content

Commit

Permalink
fix(website): fix typo in metadata
Browse files Browse the repository at this point in the history
The correct name for this field is blogModifiedDate, not
blogLastModified.
  • Loading branch information
strager committed Sep 23, 2023
1 parent de8c9b3 commit 4e36b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/public/blog/cpp-vs-rust-build-times/index.ejs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"image": "/blog/cpp-vs-rust-build-times/cpp-vs-rust.jpg",
"blogAuthor": "Matthew \"strager\" Glazar",
"blogDate": "2023-01-05T21:32:37-08:00",
"blogLastModified": "2023-01-07T16:48:07.000-07:00"
"blogModifiedDate": "2023-01-07T16:48:07.000-07:00"
}--->

<!DOCTYPE html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"image": "/blog/show-js-errors-neovim-macos/neovim-demo.png",
"blogAuthor": "Matthew \"strager\" Glazar",
"blogDate": "2022-02-16T21:48:38-08:00",
"blogLastModified": "2023-08-01T16:48:07.000-07:00"
"blogModifiedDate": "2023-08-01T16:48:07.000-07:00"
}--->

<!DOCTYPE html>
Expand Down

0 comments on commit 4e36b74

Please sign in to comment.