From 8330447463187633fe9a0f355bdb339b19a805fc Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 24 Oct 2018 15:40:40 +0200 Subject: [PATCH] Link extra content from the front page --- blog/templates/second-edition/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index 3ef7c887..a998f24c 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -70,6 +70,18 @@ You are viewing the second edition of “Writing an OS in Rust”, which is still in progress. The first edition has more content, but is no longer updated. We try our best to incorporate the missing content soon. +
+{% set extra = get_section(path = "second-edition/extra/_index.md") %} +

{{ extra.title }}

+ +