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.title }} (First Edition) -

+

{{ 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