From 3cdf51aaca8dfedb2eb487f94946d7a908779733 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 5 Aug 2020 10:07:03 +0900 Subject: [PATCH] Fix minor issues --- blog/content/first-edition/posts/08-kernel-heap/index.md | 3 ++- blog/templates/second-edition/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blog/content/first-edition/posts/08-kernel-heap/index.md b/blog/content/first-edition/posts/08-kernel-heap/index.md index 2c30c14b..5839216b 100644 --- a/blog/content/first-edition/posts/08-kernel-heap/index.md +++ b/blog/content/first-edition/posts/08-kernel-heap/index.md @@ -4,8 +4,9 @@ weight = 8 path = "kernel-heap" aliases = ["kernel-heap.html"] date = 2016-04-11 -updated = "2017-11-19" template = "first-edition/page.html" +[extra] +updated = "2017-11-19" +++ In the previous posts we created a [frame allocator] and a [page table module]. Now we are ready to create a kernel heap and a memory allocator. Thus, we will unlock `Box`, `Vec`, `BTreeMap`, and the rest of the [alloc] crate. diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index 37406cbe..5feee9e3 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -78,7 +78,7 @@ {% block after_main %}