Adjust order number of first two posts

This commit is contained in:
Philipp Oppermann
2018-02-26 19:02:31 +01:00
parent 2671fac8c2
commit fe472d3412
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
+++ +++
title = "A Freestanding Rust Binary" title = "A Freestanding Rust Binary"
order = 3 order = 1
path = "freestanding-rust-binary" path = "freestanding-rust-binary"
date = 2018-02-10 date = 2018-02-10
template = "second-edition/page.html" template = "second-edition/page.html"

View File

@@ -1,6 +1,6 @@
+++ +++
title = "A Minimal Rust Kernel" title = "A Minimal Rust Kernel"
order = 4 order = 2
path = "minimal-rust-kernel" path = "minimal-rust-kernel"
date = 2018-02-10 date = 2018-02-10
template = "second-edition/page.html" template = "second-edition/page.html"