diff --git a/404.html b/404.html
index a979b81f..e4af37bc 100644
--- a/404.html
+++ b/404.html
@@ -1,3 +1,6 @@
+---
+title: Page not found
+---
$partial("templates/corners.html")$
diff --git a/site.hs b/site.hs
index 89490d1f..9728410a 100644
--- a/site.hs
+++ b/site.hs
@@ -335,7 +335,6 @@ main = hakyll $ do
getResourceBody
>>= applyAsTemplate sponsors
>>= loadAndApplyTemplate "templates/boilerplate.html" sponsors
- >>= relativizeUrls
-- careers ---------------------------------------------------------------------------------------------
create ["careers/index.html"] $ do