From fa40f1a83fdf5015d110f884f9da00c515fe68cb Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 28 Jan 2019 11:10:21 +0100 Subject: [PATCH] Resolve TODOs --- .../second-edition/posts/10-advanced-paging/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/blog/content/second-edition/posts/10-advanced-paging/index.md b/blog/content/second-edition/posts/10-advanced-paging/index.md index 6731adc5..6c9e8f08 100644 --- a/blog/content/second-edition/posts/10-advanced-paging/index.md +++ b/blog/content/second-edition/posts/10-advanced-paging/index.md @@ -2,7 +2,7 @@ title = "Advanced Paging" weight = 10 path = "advanced-paging" -date = 0000-01-01 +date = 2019-01-28 template = "second-edition/page.html" +++ @@ -694,8 +694,3 @@ The next post will create a heap memory region for our kernel, which will allow [allocate memory]: https://doc.rust-lang.org/alloc/boxed/struct.Box.html [collection types]: https://doc.rust-lang.org/alloc/collections/index.html - ---- -TODO improve transition between sections -TODO update post date -TODO use PNGs instead of SVGs?