From a85794df1b445d2377e8acb43727fc4cb3778b94 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 5 Oct 2017 10:55:37 +0200 Subject: [PATCH] Get_url paths should start with `./` for internal links --- blog/templates/base.html | 2 +- blog/templates/handling-exceptions-with-naked-fns.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/templates/base.html b/blog/templates/base.html index 4a8f984d..f7f0269a 100644 --- a/blog/templates/base.html +++ b/blog/templates/base.html @@ -35,7 +35,7 @@
© . All rights reserved. - Contact + Contact diff --git a/blog/templates/handling-exceptions-with-naked-fns.html b/blog/templates/handling-exceptions-with-naked-fns.html index f5212328..dac49374 100644 --- a/blog/templates/handling-exceptions-with-naked-fns.html +++ b/blog/templates/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 %}