diff --git a/blog/templates/second-edition/base.html b/blog/templates/second-edition/base.html index b301ae06..27f1aeba 100644 --- a/blog/templates/second-edition/base.html +++ b/blog/templates/second-edition/base.html @@ -24,9 +24,9 @@
{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}
{% block header %}{% endblock header %}@@ -55,7 +55,7 @@
{{ status_updates.description }}
You are currently viewing the second edition of “Writing an OS in Rust”. The first edition is very different in many aspects, for example it builds upon the GRUB bootloader instead of using the `bootloader` crate. In case you're interested in it, it is still available. Note that the first edition is no longer updated and might contain outdated information. read the first edition »