From 325f1f2756d274fc9c5fa4916c4c069c2682d34c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 10 Feb 2018 17:31:15 +0100 Subject: [PATCH] Fix date of new post --- .../second-edition/posts/01-freestanding-rust-binary/index.md | 2 +- .../second-edition/posts/02-minimal-rust-kernel/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md b/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md index be9a7b69..f6e8b051 100644 --- a/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md +++ b/blog/content/second-edition/posts/01-freestanding-rust-binary/index.md @@ -2,7 +2,7 @@ title = "A Freestanding Rust Binary" order = 3 path = "freestanding-rust-binary" -date = 0000-01-01 +date = 2018-02-10 template = "second-edition/page.html" +++ diff --git a/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md b/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md index dd79bb26..c1e3c749 100644 --- a/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md +++ b/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md @@ -2,7 +2,7 @@ title = "A Minimal Rust Kernel" order = 4 path = "minimal-rust-kernel" -date = 0000-01-01 +date = 2018-02-10 template = "second-edition/page.html" +++