mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Adjust order number of first two posts
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user