From fe472d34120c026b7ac90f2f91f435f785103463 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 26 Feb 2018 19:02:31 +0100 Subject: [PATCH] Adjust order number of first two posts --- .../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 7bf3b1cd..2f2e0c50 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 @@ -1,6 +1,6 @@ +++ title = "A Freestanding Rust Binary" -order = 3 +order = 1 path = "freestanding-rust-binary" 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 36b7bfcc..261bd430 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 @@ -1,6 +1,6 @@ +++ title = "A Minimal Rust Kernel" -order = 4 +order = 2 path = "minimal-rust-kernel" date = 2018-02-10 template = "second-edition/page.html"