From e061557eea4c3de80d839896fb12cb296c98a566 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 11 Mar 2020 13:50:16 +0100 Subject: [PATCH] Use

for site title for first edition too --- blog/templates/first-edition/base.html | 4 ++-- blog/templates/first-edition/index.html | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/blog/templates/first-edition/base.html b/blog/templates/first-edition/base.html index 70420fd3..7bfd363b 100644 --- a/blog/templates/first-edition/base.html +++ b/blog/templates/first-edition/base.html @@ -21,9 +21,9 @@

{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}

diff --git a/blog/templates/first-edition/index.html b/blog/templates/first-edition/index.html index 0548080f..6778d172 100644 --- a/blog/templates/first-edition/index.html +++ b/blog/templates/first-edition/index.html @@ -7,6 +7,9 @@ {% block main %} {% set posts_section = get_section(path = "first-edition/posts/_index.md") %} {% set posts = posts_section.pages %} + +

Writing an OS in Rust (First Edition)

+

This blog series creates a small operating system in the