We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7c758 commit f0ad902Copy full SHA for f0ad902
404.html
@@ -1,3 +1,6 @@
1
+---
2
+title: Page not found
3
4
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
5
$partial("templates/corners.html")$
6
<div class="text-center pt-12 md:pt-20 px-12 sm:px-16 md:px-24 lg:px-36 ">
site.hs
@@ -360,7 +360,6 @@ main = hakyll $ do
360
getResourceBody
361
>>= applyAsTemplate sponsors
362
>>= loadAndApplyTemplate "templates/boilerplate.html" sponsors
363
- >>= relativizeUrls
364
365
-- careers ---------------------------------------------------------------------------------------------
366
create ["careers/index.html"] $ do
0 commit comments