diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 19:27:45 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 19:27:45 -0300 |
commit | 675360cd99126632893403bb6d498e168f774909 (patch) | |
tree | fa21901c8a2a67941edccb6ab7505686b4cd4e77 /content | |
parent | 4f2d8213f58687268351b36f48c47f83c3617888 (diff) |
add publishDate to post
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 2 | ||||
-rw-r--r-- | content/about.md | 2 | ||||
-rw-r--r-- | content/blog/rust-is-not-about-memory-safety.md | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/content/_index.md b/content/_index.md index ff54223..3b369ca 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,7 @@ title = "home" author = ["santi"] description = "a lower case only blog, purely for aesthetics" -lastmod = 2024-06-01T18:59:08-03:00 +lastmod = 2024-06-01T19:24:40-03:00 draft = false +++ diff --git a/content/about.md b/content/about.md index c4d03c4..14813f7 100644 --- a/content/about.md +++ b/content/about.md @@ -2,7 +2,7 @@ title = "about" author = ["santi"] description = "a lower case only blog, purely for aesthetics" -lastmod = 2024-06-01T19:13:52-03:00 +lastmod = 2024-06-01T19:24:41-03:00 draft = false menu = "main" +++ diff --git a/content/blog/rust-is-not-about-memory-safety.md b/content/blog/rust-is-not-about-memory-safety.md index d73e4ab..39209e5 100644 --- a/content/blog/rust-is-not-about-memory-safety.md +++ b/content/blog/rust-is-not-about-memory-safety.md @@ -2,7 +2,8 @@ title = "rust is not about memory safety" author = ["santi"] description = "a lower case only blog, purely for aesthetics" -lastmod = 2024-06-01T18:59:08-03:00 +publishDate = 2024-06-01T00:00:00-03:00 +lastmod = 2024-06-01T19:26:17-03:00 tags = ["rust", "correctness"] draft = false +++ |