diff options
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 +++ |