diff --git a/blog/templates/first-edition/base.html b/blog/templates/first-edition/base.html index cfdb8129..b67763fd 100644 --- a/blog/templates/first-edition/base.html +++ b/blog/templates/first-edition/base.html @@ -35,7 +35,7 @@
© . All rights reserved. - Contact + Contact diff --git a/blog/templates/first-edition/handling-exceptions-with-naked-fns.html b/blog/templates/first-edition/handling-exceptions-with-naked-fns.html index a1443e3b..ccecf420 100644 --- a/blog/templates/first-edition/handling-exceptions-with-naked-fns.html +++ b/blog/templates/first-edition/handling-exceptions-with-naked-fns.html @@ -6,6 +6,6 @@ {% block introduction %} -

These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the x86-interrupt calling convention and the x86_64 crate existed. Our new way of handling exceptions can be found in the “Handling Exceptions” post.

+

These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the x86-interrupt calling convention and the x86_64 crate existed. Our new way of handling exceptions can be found in the “Handling Exceptions” post.

{% endblock introduction %} diff --git a/blog/templates/second-edition/base.html b/blog/templates/second-edition/base.html index 2a719397..2ffa1669 100644 --- a/blog/templates/second-edition/base.html +++ b/blog/templates/second-edition/base.html @@ -40,7 +40,7 @@
© . All rights reserved. - Contact + Contact